On 5/9/2013 9:14 AM, RVic wrote:
Well, apparently it IS being set, in /etc/init.d for that file I
see: --------------------------------- JVM_PARAM='-verbose:gc
-XX:+PrintGCDetails -Dcn.instance=router -Dcn.env=mirror'
export JVM_PARAM
# Call the common script /home/cnadmin/scripts/tomcat/tomcat.sh $1
----------------------------------------------------
So I guess it is being set here. I shall go back to the drawing
board, apparetnyl what I believed to be the problem may not be the
problem. Thanks for your help guys. RVic
Does this actually do anything? I don't think the jvm will treat the
JVM_PARAM variable in a special way. Google at least didn't seem to
come up with anything. So unless the JVM_PARAM is on the invocation
line to tomcat.sh, I don't think anyone is going to see these values.
You might try modifying the tomcat.sh script to dump its parameters to a
file where you can see them, just to verify what's being passed in to
the tomcat instance. There might be a better way too; maybe the ps
command can be induced to dump the command line of a running process.
The JVM does certainly not do anything itself.
java command line.
JAVA_OPTS and the script is catalina.sh (called from startup.sh).