Re: Tomcat on centOS

2007-05-17 Thread [EMAIL PROTECTED]
My startup.sh is: #!/bin/sh # - # Start Script for the CATALINA Server # # $Id: startup.sh,v 1.4 2004/11/17 20:17:46 yoavs Exp $ # - export CATAL

Re: Tomcat on centOS

2007-05-09 Thread Scott Dunbar
That may be the problem. My install is not via a control panel of any sort. I'm not familiar with how a control panel manages the startup options. [EMAIL PROTECTED] wrote: you've installed tomcat with cpanel support or a clean installation of tomcat? If i haven't understand bad, the one in

Re: Tomcat on centOS

2007-05-09 Thread [EMAIL PROTECTED]
you've installed tomcat with cpanel support or a clean installation of tomcat? If i haven't understand bad, the one installed on the server has a cpanel support thing... Could be that the startup procedure of that version ignores custom options? Let me know please > I am using CentOS 4.4 but I

Re: Tomcat on centOS

2007-05-08 Thread Scott Dunbar
I am using CentOS 4.4 but I don't think that this is specific to Linux per se. I've modified startup.sh to have: CATALINA_OPTS="-Djava.awt.headless=true -Xmx512m" export CATALINA_OPTS after the comments at the top and it works fine. I also hard code my JAVA_HOME in much the same way so that t

Tomcat on centOS

2007-05-08 Thread [EMAIL PROTECTED]
We have installed tomcat 5.5.9 on centOS with cpanel but we're having some problem setting custom options. For example we wish to set the maximum memory with -Xmx, so we open catalina.sh and we add it to JAVA_OPTS variable. We then restart tomcat but it doesn't take the changes since "ps aux | gr