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
Post a Comment