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?)
|
feedback
|
|
JBoss has a deployment scanner that will notice if you remove the jar, and undeploy. | |||||
feedback
|