It won't disappear if you manually code it into the server.xml file, but as I
found out, Tomcat 3.2.1 apparently doesn't write out the new context to the
server.xml file if you create the new context using the contextAdmin page.


You mean to say that..if i create a new one like
below..

<Context path="/admin"
                docBase="webapps/admin"
                crossContext="true"
                debug="0"
                reloadable="true"
                trusted="false" >
       </Context>

it is not persistent? It disappears after
restart/restop?


Reply via email to