Kenny Ma wrote: > > I need to restart tomcat everytime after i change my servlet program > even I added "reloadable=true" in serevr.xml > > Anyone solve this problem ? please tell me > > thanks Works in 3.3 but be careful with servlets packed in jars. It appears that JDK has a few bugs in that area. Straight class files work like a charm. Unless, of course, you have Interceptors locally for each context. Working on it... Bojan