hi,
I've a problem reloading my servlets without restarting tomcat.
<Context path="/myapp"
docBase="/usr/local/httpd/htdocs/myapp"
debug="1"
reloadable="true"
trusted="true" >
</Context>
If i recompile my servlet, tomcat doesn't use the new .class-file.I have tomcat 3.2.3 running and cannot upgrade to tomcat 4. thanks, Markus -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
