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
