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

2006-01-17 Thread Julien Martin
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 applied to Tomcat. Note that my autodeploy attribute is set to true(host) and that my reloadable attribute is also set to true(context). Any clue very

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

2006-01-13 Thread Julien Martin
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 applied to Tomcat. Note that my autodeploy attribute is set to true(host) and that my reloadable attribute is also set to true(context). Any clue very

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

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

2006-01-13 Thread Julien Martin
Hello and thanks for the reply, The unpackwar is already set at true... Any other idea? Julien. 2006/1/13, Jarrar Hussain [EMAIL PROTECTED]: Hello Julien, What about the unpackWARs attribute (in server.xml)? I think its also need to be true. Regards, Jarrar. Julien Martin wrote: