Tagged Questions
3
votes
8answers
832 views
Incremental deployment of java web applications
We have following problem. Developers frequently need to make small changes to our web applications. When I say small, I mean things like correcting the spelling on a web page or similar. Generating ...
0
votes
1answer
271 views
Tomcat hot deployment fails
I'd like to do hot deployment in tomcat, but fails. I use maven tomcat plugin to to deployment.
When I invoke "mvn tomcat:redeploy", the war is uploaded to tomcat webapps folder successfully. But it ...