To add the context path, you need to edit the $TOMCAT_HOME/conf/server.xml file 
and these lines:

<Host name="www.yourdomainname.com" debug="0" unpackWARs="true">
        <Context path="/myApp" docBase="/where/you/store/your/apps" debug="0" 
reloadable="true" crossContext="true" />
</Host>

Hope this help...

---Trung


-----Original Message-----
From: Mbah Tenjoh-Okwen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 04, 2005 4:13 AM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: setting the context path in tomcat5.5.9?


hello

i would like to know how to set the context path in
tomcat5.5.9 hi

 I  also read something and a build.properties file
and i dont know how to do this too.

please i need help on this cause i cant see my
application file when i give in the uri
http://localhost:8080/myApp





                
___________________________________________________________ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com

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


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

Reply via email to