RE: webapp_module = apache problem when starting

2002-07-08 Thread Ten-Hung Chu
For Apache 2.0.39, you CAN NOT have the line AddModule mod_webapp.c Also, make sure ServerName is defined before LoadModule webapp_module modules/mod_webapp.so Ten -Original Message- From: Gunter D'Hondt [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 1:16 AM To: 'Tomcat Users

RE: mod_webapp.so

2002-07-08 Thread Ten-Hung Chu
WebAppDeploy examples warpConnection /examples/ Ten -Original Message- From: Mario Henley Becerril Geldis [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 10:10 AM To: Ten-Hung Chu Cc: [EMAIL PROTECTED] Subject: RE: mod_webapp.so On Fri, 5 Jul 2002, Ten-Hung Chu wrote: As I

RE: mod_webapp.so

2002-07-05 Thread Ten-Hung Chu
What versions of Apache and Tomcat? If it is Apache 1.3, you need to add AddModule mod_webapp.c after LoadModule. Ten -Original Message- From: Mario Henley Becerril Geldis [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 5:35 PM To: [EMAIL PROTECTED] Subject: mod_webapp.so

mod_webapp returns improper HTTP header (Apache 2 + Tomcat 4)

2002-07-04 Thread Ten-Hung Chu
I am using Apache 2.0.39 with Tomcat 4.0.4 through mod_webapp (1.2.0-dev). The connection works fine except getting to the welcome-file on tomcat. I can request the file directly like /examples/jsp/index.html but requesting /examples/jsp/ results in a 302 temporary moved page. Looking at the

RE: Apache for jsp...

2002-07-04 Thread Ten-Hung Chu
If you want to run Apache HTTPd and Tomcat, you need some connection module for Apache to talk to tomcat. Like mod_jk or mod_webapp. However if your site does not have too much traffic and you don't mind serving static files through tomcat, you can run tomcat on port 80 by itself. Just modify