Tomcat redeploys on running cactus testcase
I am trying to do incontainer testing using cactus/struts test cases. I start my tomcat 5.5 using Idea and then I hit cactus testcase. Everytime I hit cactus testcase, it redeploys the tomcat server.
Also I have another problem. May be its related. On any change to Jsp/java methods, if I click on "reload changed classes", tomcat redeploys itself. I do not want it to happen. Is there any option in Idea 5.0 to turn it off?
请先登录再写评论。
Hello taraka,
Set option "Deploy web applications to server after compilation" (Settings
-> Compiler) to "Never".