java - How to update Tomcat Web application? -


i have application, deployed tomcat war file. need able update resources of application, files configurations, maybe classes , stuff.

if understand correctly, if replace files within directory, tomcat extrcted war, @ next start wil rewritten contents of war file. maybe, got wrong?

i thought deleting war prior update, seems stupid way go.

any suggestions appreciated.

update read here: https://tomcat.apache.org/tomcat-8.0-doc/deployer-howto.html#deploying_on_a_running_tomcat_server war overwrites directory when it's "newer". mean? tomcat compare, date modified or date created or smth else?

for sake of reproducible , stable builds -- don't. either re-release app or store config outside of webapp base.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -