Re: How to connect Apache and Tomcat?

2001-06-12 Thread pedro salazar
/configure --enabled-shared --enable-module=so make make install read the INSTALL and look about the options to use in configure shell script. -- - Original Message - From: "Tomeu Bennàssar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001

Re: How to connect Apache and Tomcat?

2001-06-12 Thread pedro salazar
/configure --enabled-shared --enable-module=so make make install read the INSTALL and look about the options to use in configure shell script. -- - Original Message - From: "Tomeu Bennàssar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001

Re: How to connect Apache and Tomcat?

2001-06-06 Thread Gary Dale
Have you considered using mod_jk instead? It's supposedly more uptodate and has some nice features if you're doing virtual hosting. Read the mod_jk-howto file in the tomcat docs. Tomeu Bennàssar wrote: >Hi everybody: >I'm new in Apache and I'm trying to integrate Tomcat as an >in-process

How to connect Apache and Tomcat?

2001-06-06 Thread Tomeu Bennàssar
Hi everybody: I'm new in Apache and I'm trying to integrate Tomcat as an in-process servlet container of Apache but I can't. I have a SUN ULTRA 1 running solaris 5.7, Apache 1.3.4 and Tomcat 3.2.2. I'm following the Minimalistic User's Guide of Apache, and I'm trying to compile the Jserv modul