�
hi
if i configure server.xml like
<Context path="/examples" docBase="examples" debug="0"
reloadable="true" crossContext="true">
</context>
<Context path="/myApp" docBase="myApp" debug="0"
reloadable="true" crossContext="true">
</context>
tomcat starts but disappear from screen imadiately. if i remove my
context path, tomcat starts.what wrong with me. although if i type
in url http://localhost:8080/examples/servlet/CookieExample
it works and page apper.what should be change in server.xml.please explain
please help
chandrashekhar