Questions tagged [hotdeploy]

Deployment of an application to a server without the need of restarting the server for changes made in the code base to take effect.

Hot deployment makes it possible to deploy an application to a server without the need of restarting the server for changes made in the code base to take effect.

166 questions
-1
votes
1 answer

Tomcat7: Hot deployment using exploded war (like Grails)

I'm trying to build a development environment for a Java/Spring web application in Tomcat. I've recently used Grails and, as you can see, in Grails there is a file scanner that intercepts changes on Java/Groovy files and automatically, and hot…
1 2 3
11
12