RE: server.xml help (i think)

2001-01-24 Thread Hosahalli, RaghavendraX
buddy, you have to add a context for your path in server.xml file Here is the sample of it Context path="/examples" docBase="webapps/examples" crossContext="false" debug="0" reloadable="true" /Context "path" is the path what you referin the url. "docBase" is the physical path of that,

Re: server.xml help (i think)

2001-01-24 Thread Ben Blakely
In your server.xml file there should be a line something like this: Context path="" docBase="webapps/ROOT" / Change the "webapps/ROOT" to "/home/user/domain/htdocs" and restart tomcat. This sets the root context for Tomcat to your web server's document root. Hope this helps, --brb Andrea

RE: server.xml help (i think)

2001-01-24 Thread Andrea Bertone
Of Ben Blakely Sent: Wednesday, January 24, 2001 11:19 AM To: [EMAIL PROTECTED] Subject: Re: server.xml help (i think) In your server.xml file there should be a line something like this: Context path="" docBase="webapps/ROOT" / Change the "webapps/ROOT" to "/h

RE: server.xml help (i think)

2001-01-24 Thread Debra Locke
and not docBase="home/user/domain/htdocs" Regards, Debbie -Original Message- From: Andrea Bertone [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 5:55 PM To: [EMAIL PROTECTED] Subject: RE: server.xml help (i think) I tried this and it is now looking for the jsp p