Re: webapp works through Apache, not Tomcat directly

2004-01-06 Thread Jerry Ford
LIKE THAT [EMAIL PROTECTED] crazy-wilys webmaster From: Daniel Gibby <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: webapp works through Apache, not Tomcat directly Date: Tue, 06 Jan 200

Re: webapp works through Apache, not Tomcat directly

2004-01-06 Thread Ben Souther
OS=XP ITS LIKE THAT > > > > > > > > [EMAIL PROTECTED] > > crazy-wilys webmaster > > > >> From: Daniel Gibby <[EMAIL PROTECTED]> > >> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> > >> To: Tomcat Users List <

Re: webapp works through Apache, not Tomcat directly

2004-01-06 Thread Jerry Ford
[EMAIL PROTECTED]> Subject: Re: webapp works through Apache, not Tomcat directly Date: Tue, 06 Jan 2004 12:55:34 -0800 Maybe you are using a symbolic link and tomcat 4 doesn't follow them by default because of performance. Daniel Gibby Jerry Ford wrote: I have a webapp deployed in Tomcat 4.

Re: webapp works through Apache, not Tomcat directly

2004-01-06 Thread FRANCOIS Dufour
AIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: webapp works through Apache, not Tomcat directly Date: Tue, 06 Jan 2004 12:55:34 -0800 Maybe you are using a symbolic link and tomcat 4 doesn't follow them b

Re: webapp works through Apache, not Tomcat directly

2004-01-06 Thread Jerry Ford
The symbolic link is to $TOMCAT_HOME (in /usr/local/webserver, I've defined symbolic links to both tomcat and apache: tomcat -> jakarta.tomcat-4.1.27, and apache->apache_1.3.27), and Tomcat has no problem using it. It just won't run my webapp when called directly through port 8080. The webap

Re: webapp works through Apache, not Tomcat directly

2004-01-06 Thread Daniel Gibby
Maybe you are using a symbolic link and tomcat 4 doesn't follow them by default because of performance. Daniel Gibby Jerry Ford wrote: I have a webapp deployed in Tomcat 4.1.27 which I am able to reach through Apache 1/3/27 (via mod_jk; sorry, didn't build it myself, obtained it as a binary a

Re: webapp works through Apache, not Tomcat directly

2004-01-06 Thread Jerry Ford
Chakravarthy, Sundar wrote: Could be a permission issue: docBase="/usr/local/webserver/webapps/MyApp Tomcat is unable to read directory under ="/usr/local/webserver/webserver. Both /usr/local/webserver/webapps where MyApp is located and $TOMCAT_HOME/webapps where examples are located are wor

RE: webapp works through Apache, not Tomcat directly

2004-01-06 Thread Chakravarthy, Sundar
Could be a permission issue: docBase="/usr/local/webserver/webapps/MyApp Tomcat is unable to read directory under ="/usr/local/webserver/webserver. -Original Message- From: Jerry Ford [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 1:44 PM To: Tomcat Users List Subject: web