Re: Image Scaling Code

2006-01-13 Thread Jarrar Hussain
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

Re: Tomcat 5.5 will not reload exploded applications when a class is recompiled

2006-01-13 Thread Jarrar Hussain
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