mod_webapp.c

2002-01-09 Thread Ansalvish, Dave R
, but according to the documentation I need to have an 'add module mod_webapp.c' in the my httpd.conf. Since I only downloaded the 'so' file. Where can I get the mod_webapp.c or don't I actually need the file. Dave Also, I want to thank all those people who sent me helpful hints on getting TOMCAT working

RE: mod_webapp.c

2002-01-09 Thread Brian Adams
don't actually need the file just a handle to the module (Load...). try it :) -Original Message- From: Ansalvish, Dave R [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 11:58 AM To: '[EMAIL PROTECTED]' Subject: mod_webapp.c Hi, I got TOMCAT 4.0.1 installed and running

Re: mod_webapp.c

2002-01-09 Thread Marcelo Demestri
I don't have any experience in Solaris, but in Win2K pro environment this line (AddModule mod_webapp.c) can or can not be write in the httpd.conf file. Nevertheless, i suggest you to write this line in your httpd.conf file. Marcelo - Original Message - From

Re: mod_webapp.c

2002-01-09 Thread Nikola Milutinovic
, but according to the documentation I need to have an 'add module mod_webapp.c' in the my httpd.conf. Since I only downloaded the 'so' file. Where can I get the mod_webapp.c or don't I actually need the file. Each module has it's FILE_NAME and MODULE_NAME. It is most common to make a module's name

Re: How can I compile mod_webapp.c???

2001-09-23 Thread Pier Fumagalli
Jaime Garcia [EMAIL PROTECTED] wrote: Hi, I´m trying Apache 2.x and Tomcat 4 work together. I find mod_webapp.c but i don't know how i can compile it. Anyone can help me please ./configure ... make ... That's supposed to work.

How can I compile mod_webapp.c???

2001-09-20 Thread Jaime Garcia
Hi, I´m trying Apache 2.x and Tomcat 4 work together. I find mod_webapp.c but i don't know how i can compile it. Anyone can help me please Thanks

Re: Compiling mod_webapp.c

2001-03-29 Thread David Crooke
RH7 shipped with a broken Glibc, have you patched it?

Compiling mod_webapp.c

2001-03-28 Thread Jack Lauman
I downloaded the tomcat v4.0 from CVS, how do I get the Apache module to compile under RedHat 7.0? Jack