Re: need help with .startup.sh

2006-09-04 Thread Sameer Acharya
You will have to look at catalina.sh and check how these two are being set $JAVA_OPTS $CATALINA_OPTS -Sameer Lee Chalupa <[EMAIL PROTECTED]> wrote: Hello: I need help figuring out how to modify my tomcat deployment so when the JVM starts it starts with a -server option. There seems to be a bug

RE: need help with .startup.sh

2006-09-03 Thread Richard Mixon
- From: Lee Chalupa [mailto:[EMAIL PROTECTED] Sent: Sunday, September 03, 2006 10:43 AM To: [EMAIL PROTECTED] Subject: RE: need help with .startup.sh Well I think something else is going on here that has to do with how the server is setup or maybe this userid. Here is what I found out. Nothing in

RE: need help with .startup.sh

2006-09-02 Thread Richard Mixon
and lines to the screen when you run the startup.sh or "catalina.sh start" - Richard -Original Message- From: Lee Chalupa [mailto:[EMAIL PROTECTED] Sent: Saturday, September 02, 2006 11:02 AM To: [EMAIL PROTECTED] Subject: RE: need help with .startup.sh I created the setenv.sh f

RE: need help with .startup.sh

2006-09-02 Thread Richard Mixon
There is no need to change any of the shell scripts. You need to set environment variable JAVA_OPTS with the desired option and the tomcat scripts will pick it up automatically. The catalina.sh script looks for a script called setenv.sh to set this and other similar options. Here are the contents