I'm coming into this discussion late, so ignore this if it's offbase, but it looks like you are using absolute paths for both appBase and docBase:
<Host name="localhost" appBase="/usr/local/tomcat/webapps" <Context path="/smsinfo" docBase="/usr/local/tomcat/webapps/smsinfo" The docBase docs say "You may specify an absolute pathname for this directory or WAR file, or a pathname that is relative to the appBase directory of the owning Host." Shouldn't you be using a relative path for docBase, not an absolute one? Jay | Jay Burgess [Vertical Technology Group] | http://www.vtgroup.com/ -----Original Message----- From: Allen Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 3:34 PM To: Tomcat Users List Subject: RE: More (Unending) "Resource Not Found"/ Directory Problems Oooo-kay. I went and (re)read the document you suggested, did change docbase in the Context element to docBase (which I did miss until you pointed it out), and the same thing still hap- pens. Evidently, there's no way to tell tomcat how many times I've read the documentation;-) I know this is bound to be some stupid little thing I've missed (I actually had high hopes with the docbase->docBase change), but I don't know what it is. > -----Original Message----- > From: Hassan Schroeder [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 25, 2006 4:11 PM > To: Tomcat Users List > Subject: Re: More (Unending) "Resource Not Found"/ Directory Problems > > > On 5/25/06, Allen Williams <[EMAIL PROTECTED]> wrote: > > Are the absolute paths like > > "http://localhost:8080/smsinfo" > > or like "/usr/local/tomcat/webapps/smsinfo"? > > File system paths, your second choice :-) > > > Also, I assume by docBase you mean the docbase attribute in the Context > > element. > > Sweet mother of -- no, I mean "docBase", which, if you *read* the > Fine Documentation at > <http://tomcat.apache.org/tomcat-5.5-doc/config/context.html>, > you'll see is spelled exactly that way *AND IS CASE SENSITIVE*. > > OK? Go through your configuration and *look closely* at each element > and attribute and *check them against the doc*. It'll save you a lot of > unneccessary frustration. Really. :-) > > -- > Hassan Schroeder ------------------------ [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]