Hi.

I'm having problems with auto-reloading of WAR files by the tomcat server.
I created a small "hello world" demo application, and before I convert it
into .WAR format, I can change it in any way, and the server reloads it.
Once I convert it to .war format, the server loads it once, and doesn't
reload it when I change the file.

I have added into server.xml:

 <DefaultContext reloadable="true"/>

underneath <Service name="Catalina">

Also, I have added "reloadable="true" to the applications context
descriptor.

Further, I have tried to remove the context descriptor which undeploys the
app, and then redeploy it by replacing the file, and the application does
not reload.  argh.

Any ideas?

Jason.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to