Hi Andre
I could not execute the following in my production server
echo "catalina.sh : JAVA_OPTS = $JAVA_OPTS" > /var/log/tomcat_debug_file.log
Here is how I start the tomcat services
/opt/app/tomcat/public1/bin/startup.sh
I was checking all the file the "startup.sh" uses
startup.sh includes c
Prakash Nathan1 wrote:
Hi Chuck
In "catalina.sh" file, I could see that JAVA_OPTS and CATALINA_OPTS are
being referenced as follows..
exec "$_RUNJDB" $JAVA_OPTS $CATALINA_OPTS \...
However, the value for "JAVA_OPTS" is not defined in catalina.sh
As I had already mentioned, ONLY CATALINA_OPTS
Hi Chuck
In "catalina.sh" file, I could see that JAVA_OPTS and CATALINA_OPTS are
being referenced as follows..
exec "$_RUNJDB" $JAVA_OPTS $CATALINA_OPTS \...
However, the value for "JAVA_OPTS" is not defined in catalina.sh
As I had already mentioned, ONLY CATALINA_OPTS are defined in "setenv.s
> From: Prakash Nathan1 [mailto:mrap...@yahoo.com]
> Subject: RE: Tomcat shutdown script initiates Heap dump collection
>
> Where Can I get the JVM setting configured for running Tomcat?
>
> Are you refering to setenv.sh ?
> CATALINA_OPTS='-Xms512M -Xmx1536M"
That i
Thanks Chuck
Here are the environment details
Apache Tomcat/4.1.27
JVM/JDK: 1.4.2_06
Platform:
OS Red Hat Enterprise Linux AS release 3 (Taroon Update 5)
Where Can I get the JVM setting configured for running Tomcat?
Are you refering to setenv.sh ?
CATALINA_OPTS='-Xms512M -Xmx1536M"
Please
> From: Prakash Nathan1 [mailto:mrap...@yahoo.com]
> Subject: Tomcat shutdown script initiates Heap dump collection
Things you didn't bother to tell us:
1) Tomcat version you're using.
2) JRE/JDK version you're using.
3) Platform you're running on.
Would you like us to guess?
> Heap Dumps are c