You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Ismael Blesa Part <ib...@tissat.es> on 2000/08/16 12:23:58 UTC

Error on Tomcat+Apache HOWTO

On the Tomcat+Apache HOWTO there is a part where it says to
"
download mod_jserv for your platform from
http://jakarta.apache.org/builds/tomcat/release/v3.0/<os>/<platform>/modules

"
This address does not exist, there is only two folders on the v3.0 the
/bin ant the /src. On the /src there are two subfolders /win32 and
/linux (this folder has a mod_jserv for i386). If I am using another OS
(solaris 2.7) where should look for them?

Is the same to be done with tomcat v3.1?




Re: Error on Tomcat+Apache HOWTO

Posted by "Robert L. Brueckmann" <we...@teamdiscus.com>.
Isabel,

In order to get the correct version of mod_jserv.so you need to download the
source code for tomcat, un-tar it, then move to the directory:
jakarta-tomcat/src/native/apache/jserv
once in this directory, use the command:
apxs -c *.c -o mod_jserv.so
This command will build the shared object according to your systems
configuration and then just move the *.so to the correct directory with all
your other *.so's that apache recognizes, configure the httpd.conf and
tomcat.conf and you're set to go.
Hope this helps...
rob
----
Robert L. Brueckmann
Webmaster
7400 York Road, Suite 405
Towson, MD 21204
ph: 410-337-5444
fax: 410-337-5585
----- Original Message -----
From: "Ismael Blesa Part" <ib...@tissat.es>
To: <to...@jakarta.apache.org>
Sent: Wednesday, August 16, 2000 6:23 AM
Subject: Error on Tomcat+Apache HOWTO


> On the Tomcat+Apache HOWTO there is a part where it says to
> "
> download mod_jserv for your platform from
>
http://jakarta.apache.org/builds/tomcat/release/v3.0/<os>/<platform>/modules
>
> "
> This address does not exist, there is only two folders on the v3.0 the
> /bin ant the /src. On the /src there are two subfolders /win32 and
> /linux (this folder has a mod_jserv for i386). If I am using another OS
> (solaris 2.7) where should look for them?
>
> Is the same to be done with tomcat v3.1?
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>