You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Landaluze Produktions IS - Carlos <li...@lpis.com> on 2000/12/06 20:35:05 UTC

mod_jserv.so

anybody can send me the mod.jserv.so file for tomcat 3.2 final and linux? 
thanks


Re: mod_jserv.so

Posted by "Nirav S. Desai" <ni...@vecnatech.com>.
Landaluze Produktions IS - Carlos wrote:

> anybody can send me the mod.jserv.so file for tomcat 3.2 final and linux?
> thanks

Just download the tomcat and apache source and do the following, replace
<TOMCAT_HOME> with your tomcat home directory and likewise with
<APACHE_HOME>:

cd <TOMCAT_HOME>/src/native/apache/jserv
<APACHE_HOME>/bin/apxs -c mod_jserv.c jserv*.c
cp mod_jserv.so <APACHE_HOME>/libexec

Nirav