One way is to put a dummy jar and let the hot-deploy handle it (loading the dummy jar instead of the real servlet). I wonder if there is an easier way without bothering with dummy jars (in JBoss maybe?)

link|improve this question
feedback

1 Answer

JBoss has a deployment scanner that will notice if you remove the jar, and undeploy.

link|improve this answer
Ok. And what about Tomcat ? – bugspy.net Jan 17 '10 at 16:17
You can accomplish the same effect with the tomcat manager, tomcat.apache.org/tomcat-6.0-doc/…. That will remove stop your webapp & remove all of its artifacts. – pra Jan 20 '10 at 0:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.