Hallo Wouter,
Yes I had the same problem and I add:
-Djava.awt.headless=true
option in
/usr/local/tomcat5/bin/catalina.sh
file like this:
CATALINA_OPTS="-Djava.awt.headless=true"
and than everything works as expected.
Regards,
Jarrar.
Wouter Boers wrote:
That was the old way to fix a b
Hello Julien,
What about the unpackWARs attribute (in server.xml)? I think its also
need to be true.
Regards,
Jarrar.
Julien Martin wrote:
Hello,
I have the following problem: Tomcat 5.5 will not reload exploded
applications when a class is recompiled. Is there any modification to be
applie