If you redeploy jars into /shared/lib - they will not be reloaded on a webapp reload and there is no way to reload them(except a stop/start of tomcat). But jars/classes in WEB-INF/ can be reloaded.

If you have jars in shared/lib that need reloaded when an webapp is reloaded - you might need to rethink the design of those shared libs.

-Tim

Johannes Fiala wrote:
Hi there,

I know it is possible to reload a web-application using the manager app (especially the JAR-files in WEB-INF/lib).
Is it possible to also include the shared/lib directory?


We have some helper JARs, which are used by four web contexts, so I'd prefer to put them into /shared/lib.
However, if it doesn't get reloaded after an update of /shared/lib, I have no means to perform a hot redeploy if only the JAR files change.


thx alot
Johannes


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



Reply via email to