I think you must build apache with support for module_so (Dynamid Shared
Object). Please, read INSTALL and it explains how to enable mod_so. I just
don't tell you exactly what you should do because I don't know what is the
option for sure... probably it may be something like this:
./configure --enabled-shared --enable-module=so
make
make install
read the INSTALL and look about the options to use in configure shell
script.
--
<psalazar/>
----- Original Message -----
From: "Tomeu Benn�ssar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 06, 2001 6:31 PM
Subject: How to connect Apache and Tomcat?
> 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
> module (mod_jserv) but it doesn't work. When I execute the build command
> apxs:
>
> apxs -c -o mod_jserv.so *.c
>
> I get the next error:
>
> apxs: Error: Sorry no shared object support for Apache
> apxs: Error: available under your platform. Make sure
> apxs: Error: the apache module mod_so is compiled into
> apxs: Error: your server binary /usr/local/apache/bin/httpd
>
>
> I know that this error is not a compilation one, but I don't know to
> correct it.
> Could anyone help me, please?
>
> PD: The Apache that I�m running on my system is one that I have found
> compiled on the web, because after weeks of works i was unable to
> compile it. Could the fact that I�m using an Apache compiled by someone
> else be part of the problem?
>