0
Explanation : Currently when we update our client’s project it is "off the air" during this update, the idea is to be able to update the project without having to stop the client, I saw something related to Tomcat’s WORK but nothing very explanatory, some functional examples with JBOSS however we will not use this type of container, need a help or a way to make it work in Apache Tomcat 8.5 or higher.
In some researches I saw that I had settings in which the project had its faithful copy in the work and when I had the change in the main it just rewrote the work but everything worked there.
I like the idea, has how to work without the . War ? direct application folder.
– Mateus Veloso
The . War is the package generated for the deploy. But you can manually deploy by defaulting to project##001 or project##1.2.3.
– NilsonUehara
Thank you young man, I will apply in the application.
– Mateus Veloso