Fri, 23 Feb 2007

8:45 PM - Tomcat 5.5.20 bug...

Something must have changed with catalina defaults, but I'm having problems with tomcat unless x11 is running.  This fixed my problem:

" Add this line to the beginning of "catalina.sh":

CATALINA_OPTS="-Djava.awt.headless=true"

And then restart Tomcat."

0 comments