You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Roland <ro...@netquant.com.br> on 2001/09/03 19:12:42 UTC

Making webapps reloadable

Hello, I'm trying to make my webapp reloadable, but since there is no DTD
for the server.xml file it is kinda difficult. I tried to include the
following in my server.xml file but Tomcat didnt startup with that, so I had
to take it out again:

 <Context path="/mywebapp" reloadable="true">
 </Context>

So how do I configure server.xml to make my webapp reloadable?

Thanks in advance for any help