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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -