try adding `export JAVA_OPTS="-Djava.awt.headless=true"` to
the startup script (on RedHat, /etc/rc.d/init.d/tomcat or
/etc/rc.d/init.d/tomcat5 and you'll probably want to add it
after the JAVA_HOME statemetn)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
I also tried setting CATALINA_OPTS with -
Djava.awt.headless=true. Unfortunately no luck
Logged In: YES
user_id=1301824
try adding `export JAVA_OPTS="-Djava.awt.headless=true"` to
the startup script (on RedHat, /etc/rc.d/init.d/tomcat or
/etc/rc.d/init.d/tomcat5 and you'll probably want to add it
after the JAVA_HOME statemetn)
Logged In: NO
FAQ