RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
(Unending) Resource Not Found/ Directory Problems On 5/25/06, Allen Williams [EMAIL PROTECTED] wrote: I added this to the server.xml file: Host name=localhost appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false !-- This is what I

Re: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Marc Farrow
? TIA -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 11:45 AM To: Tomcat Users List Subject: Re: More (Unending) Resource Not Found/ Directory Problems On 5/25/06, Allen Williams [EMAIL PROTECTED] wrote: I added

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
, not a META-INF directory. -Original Message- From: Marc Farrow [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 3:18 PM To: Tomcat Users List Subject: Re: More (Unending) Resource Not Found/ Directory Problems the appBase is an attribute that is defined in your server.xml

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
is in the CATALINA_HOME/conf directory, not a META-INF directory. -Original Message- From: Marc Farrow [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 3:18 PM To: Tomcat Users List Subject: Re: More (Unending) Resource Not Found/ Directory Problems the appBase is an attribute

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
is in the CATALINA_HOME/conf directory, not a META-INF directory. -Original Message- From: Marc Farrow [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 3:18 PM To: Tomcat Users List Subject: Re: More (Unending) Resource Not Found/ Directory Problems the appBase is an attribute

Re: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread AJ Jonen
To: Tomcat Users List Subject: RE: More (Unending) Resource Not Found/ Directory Problems Ahh! Thanks! I found the appBase attribute in the Host element. I'm putting absolute paths in everything (of the form /usr/local/tomcat/..., not of the form http://localhost:8080/...;) to see if that gets

Re: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Marc Farrow
, unfortunately, didn't work. Still get the Resource not found message. What am I missing here? -Original Message- From: Allen Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 3:28 PM To: Tomcat Users List Subject: RE: More (Unending) Resource Not Found/ Directory Problems

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
Appreciate the tip, but the cases are all OK. -Original Message- From: AJ Jonen [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 3:49 PM To: Tomcat Users List Subject: Re: More (Unending) Resource Not Found/ Directory Problems Linux is case sensitive do you have the write

Re: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Hassan Schroeder
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

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
3:57 PM To: Tomcat Users List Subject: Re: More (Unending) Resource Not Found/ Directory Problems paste your context.xml and server.xml. As info. The docbase can be absolute or relative. I would suggest using relative (which would be relative to appBase). On 5/25/06, AJ Jonen [EMAIL

Re: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Marc Farrow
** Anything else I can add? -Original Message- From: Marc Farrow [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 3:57 PM To: Tomcat Users List Subject: Re: More (Unending) Resource Not Found/ Directory Problems paste your context.xml and server.xml. As info

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
(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

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Jay Burgess
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

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
will print out how he is trying to resolve paths, etc.? -Original Message- From: Jay Burgess [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 4:53 PM To: users@tomcat.apache.org Subject: RE: More (Unending) Resource Not Found/ Directory Problems I'm coming into this discussion

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread LessZoa
You can set up valves to handle log files. You need to create your log directory and such, then add it into your host context in the server.xml. First... for logging, you have to uncomment/add in the Valve in the main host section as such: Host Valve

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Jay Burgess
/ -Original Message- From: Allen Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 4:03 PM To: Tomcat Users List Subject: RE: More (Unending) Resource Not Found/ Directory Problems Thanks. This all started when I went from a Debian package install to a more vanilla Linux install. Under

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
Yeah, I fixed that. That error is no longer in the logs. -Original Message- From: Jay Burgess [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 5:22 PM To: users@tomcat.apache.org Subject: RE: More (Unending) Resource Not Found/ Directory Problems The reason I commented

Re: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Hassan Schroeder
On 5/25/06, Allen Williams [EMAIL PROTECTED] wrote: Yeah, I fixed that. That error is no longer in the logs. Let me assure you that absolute appBase and absolute docBase paths work fine together -- I've got systems in production set up that way. In any case, what *does* show up in your log

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
Users List Subject: Re: More (Unending) Resource Not Found/ Directory Problems On 5/25/06, Allen Williams [EMAIL PROTECTED] wrote: Yeah, I fixed that. That error is no longer in the logs. Let me assure you that absolute appBase and absolute docBase paths work fine together -- I've got systems

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
, it was. -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 6:30 PM To: Tomcat Users List Subject: Re: More (Unending) Resource Not Found/ Directory Problems On 5/25/06, Allen Williams [EMAIL PROTECTED] wrote: Yeah, I fixed that. That error

Re: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Marc Farrow
Users List Subject: Re: More (Unending) Resource Not Found/ Directory Problems On 5/25/06, Allen Williams [EMAIL PROTECTED] wrote: Yeah, I fixed that. That error is no longer in the logs. Let me assure you that absolute appBase and absolute docBase paths work fine together -- I've got systems