I read in a book that most servers automatically reload a
servlet after its class file is recompiled. However, it seems not true with
Tomcat. I have to restart the server each time I change something in a servlet. Is there a way out to speed up the development-test cycle for Tomcat?