I face a big problem when I developing my application in tomcat. When I make changes in my servlet and reload the page, the tomcat still read the cache even I setted the reloadable="true" in server.xml. The only thing I can do is restart the server again, again and again during my development period. This make my development very slow. Can I make the tomcat not to cache the servlet? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]