RE: Odd problem with pathing for appbase and docbase

2003-12-22 Thread Shapira, Yoav
Howdy, Oh wow found out what happend. Tomcat created the conf/Tomcat-Standalone/parks.com/.xml due to my earlier server.xml changes I just went back in to my conf dir and deleted the Tomcat-Standalone directory and then proceed to restart tomcat. guess what that worked. Could that be a bug? or

Odd problem with pathing for appbase and docbase

2003-12-19 Thread daniel
I am trying to figure out why my tomcat 5.0.16 server cannot find the web.xml for the parks.com. Its located at /home/parks/htdocs/WEB-INF/web.xml the permissions of the file are such that anyone can read the file. and here is my config for the server.xml !-- parks.com settings-- Host

RE: Odd problem with pathing for appbase and docbase

2003-12-19 Thread Shapira, Yoav
Howdy, Its located at /home/parks/htdocs/WEB-INF/web.xml and here is my config for the server.xml Host name=parks.com debug=0 appBase=/home/parks/htdocs Context path= docBase=/ debug=0/ Consider using appBase=/home/parks and docBase=htdocs. docBase is relative to appBase or absolute.

Re: Odd problem with pathing for appbase and docbase

2003-12-19 Thread daniel
I've tried both ways and i am still getting the same error that it cannot find the web.xml. So I tried appbase =/home/parks docbase = htdocs appbase =/home/parks/htdocs docbase = . So im still getting this message INFO: Processing Context configuration file URL

Re: Odd problem with pathing for appbase and docbase

2003-12-19 Thread daniel
Oh wow found out what happend. Tomcat created the conf/Tomcat-Standalone/parks.com/.xml due to my earlier server.xml changes I just went back in to my conf dir and deleted the Tomcat-Standalone directory and then proceed to restart tomcat. guess what that worked. Could that be a bug? or is that by