I am new to Tomcat . We have a dev machine with 5 applications. Despite the fact that this is dev, it was very often used by our customers during testing.
So, let's say we need to make a small change to one class file. Right now, we need to close Tomcat (affecting the other four applications), delete the WAR file (and the web application directory), redeploy the new WAR file, and restart Tomcat .
Of course, this upsets a few people because it destroys all registered sessions for all applications.
Is there a better way to do this? I mean, is there a way to reload CLASS that has changed instead of everything on dev machine?
Thank.
tomcat deployment war
cbmeeks Jul 05 2018-11-11T00: 00Z
source share