> From: Adrian Zara [mailto:[email protected]] > Subject: Tomcat Causes Server to go Panic/Crash
> Tomcat Version: 5.5.x Exact Tomcat version? There have been at least 15 releases of 5.5. > JAVA_OPTS='-Xmx1024m -XX:+AggressiveHeap' Note that setting JAVA_OPTS affects all Tomcat Java executions, including the shutdown process. You should be using CATALINA_OPTS, not JAVA_OPTS. > settings in the catalina.sh You should be creating a setenv.sh script to hold environment variable settings, not modifying catalina.sh. > Server info: Redhat 3.9.2-6.fc3 > CPU: 3.4 GHz > Memory: 2GB Exact JVM version? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
