Re: How to replace jar which was already loaded?
however, to trigger reloads of deployed applications on demand. -- So all you have to do is ensure timestamps are updated in WEB-INF/lib/worker.jar En l'instant précis du 10/07/07 02:18, santa T s'exprimait en ces termes: > Hi > I have a "worker.jar" in my webapp. User could u
How to replace jar which was already loaded?
Hi I have a "worker.jar" in my webapp. User could upload a new "worker.jar" replacing it. And I don't want to restart the tomcat. How can I implement this? Thanks.