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

2006-05-25 Thread Marc Farrow
day, 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 is no longer in the logs. > > Let me assure

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

2006-05-25 Thread Allen Williams
. Well, 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 Will

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

2006-05-25 Thread Allen Williams
hursday, 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 is no longer in the logs. > > Let me ass

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
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 Pr

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

2006-05-25 Thread Jay Burgess
tp://www.vtgroup.com/ -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

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: In my server.xml I have 5 different webapps as th

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

2006-05-25 Thread Allen Williams
level or something so that maybe tomcat 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

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

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

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

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

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

2006-05-25 Thread Marc Farrow
ng here? > > > > > > > > > > > >>-Original Message- > > >>From: Allen Williams [mailto:[EMAIL PROTECTED] > > >>Sent: Thursday, May 25, 2006 3:28 PM > > >>To: Tomcat Users List > > >>Subject: RE: More (Unen

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

2006-05-25 Thread Allen Williams
ow [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. The docbase can be > absolute or relative. I wou

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 mo

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 > > > L

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

2006-05-25 Thread Marc Farrow
>>not of the form >>"http://localhost:8080/...";) >>to see if that gets it working. The only context.xml >>file I've found is in the CATALINA_HOME/conf directory, not a META-INF >>directory. >> >> >> >>>-----Origina

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

2006-05-25 Thread AJ Jonen
5, 2006 3:28 PM To: Tomcat Users List Subject: RE: More (Unending) "Resource Not Found"/ Directory Problems Ahh! Thanks! I found the appBase attribute in the element. I'm putting absolute paths in everything (of the form "/usr/local/tomcat/...", not of the form &quo

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

2006-05-25 Thread Allen Williams
0/...";) > to see if that gets it working. The only context.xml > file I've found is in the CATALINA_HOME/conf directory, not a META-INF > directory. > > > -Original Message- > > From: Marc Farrow [mailto:[EMAIL PROTECTED] > > Sent: Thursday, May

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

2006-05-25 Thread Allen Williams
.";) > to see if that gets it working. The only context.xml > file I've found is in the CATALINA_HOME/conf directory, not a META-INF > directory. > > > -Original Message- > > From: Marc Farrow [mailto:[EMAIL PROTECTED] > > Sent: Thursday,

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

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

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

2006-05-25 Thread Marc Farrow
ement. What do you mean by appBase? 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

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

2006-05-25 Thread Allen Williams
t Users List > Subject: Re: More (Unending) "Resource Not Found"/ Directory Problems > > > On 5/25/06, Allen Williams <[EMAIL PROTECTED]> wrote: > > > I added this to the server.xml file: > > > >>unpackWAR

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

2006-05-25 Thread Hassan Schroeder
On 5/25/06, Allen Williams <[EMAIL PROTECTED]> wrote: I added this to the server.xml file: What's wrong here, and can someone help me with this immediate problem? 1) putting context configuration in server.xml is discouraged; you'd be well off to get used to using META

More (Unending) "Resource Not Found"/ Directory Problems

2006-05-25 Thread Allen Williams
To the list (my new best friends;-): I finally got my (very simple) app up and working under the Debian package mechanism, but was having problems with the ajp13 connector. On someone's advice, I reinstalled using a manual installation (i. e., I used the Linux binary, but unpacked and installed b