Re: starting tomcat with opts - FC4

2006-02-19 Thread Vinu Varghese
Put that in catalina.sh file , $CATALINA_HOME/bin kevin wrote: Where is the best place of RHFC5 to add the code to start tomcat5 with CATALINA_OPTS="-Djava.awt.headless=true" Would it be in the dtomcat5 script in /usr/bin Thanks KP -- Vinu Varg

Re: starting tomcat with opts - FC4

2006-02-19 Thread Larry Meadors
I would think $CATALINA_HOME/bin/setenv.sh - it is an optional file, and gets called by $CATALINA_HOME/bin/catalina.sh (in the standard tomcat distribution). Larry On 2/19/06, kevin <[EMAIL PROTECTED]> wrote: > Where is the best place of RHFC5 to add the code to start tomcat5 with > CATALINA_OP