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
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
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
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