If that's a verbatim copy of your <Context> elements, make sure that the closing tag 
is </Context>, not </context>.  Otherwise, the document is not well-formed XML, and 
won't be parsed by the Tomcat Digester.

Benjamin J. Armintor
Operations Systems Specialist
ITS-Systems: Mainframe Group
University of Texas - Austin
tele: (512) 232-6562
email: [EMAIL PROTECTED]
 


-----Original Message-----
From: chandrashekhar sf cs [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 27, 2004 11:58 PM
To: [EMAIL PROTECTED]
Subject: not able to create my context path


 �


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to