Tagged Questions

0
votes
1answer
292 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 ...