Reloadable servlet under tomcat 4.0.4
843840Jul 23 2002 — edited Jul 23 2002hi all, i've already read some post about this problem, but i still have to restart tomcat when i edit my servlet code
that's the content in my server.xml file about my site:
<Host name="www.prova.it" >
<Context path="" docBase="/prova" debug="0" reloadable="true"/>
</Host>
i set the reloadable variable to true, but still doesn't work
thanx all
sandro