Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 11415 invoked from network); 6 Dec 2000 21:10:22 -0000 Received: from dns1.vecnatech.com (209.183.251.162) by locus.apache.org with SMTP; 6 Dec 2000 21:10:22 -0000 Received: from vecna.com (c2.ccbed1.client.atlantech.net [209.190.204.194]) by dns1.vecnatech.com (8.9.3/8.8.7) with ESMTP id QAA12290 for ; Wed, 6 Dec 2000 16:03:56 -0500 Sender: nirav@vecnatech.com Message-ID: <3A2EB9CF.850E647D@vecna.com> Date: Wed, 06 Dec 2000 17:12:31 -0500 From: "Nirav S. Desai" X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Re: mod_jserv.so References: <019f01c05fbb$c7e153d0$0101a8c0@koxkor> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N 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 with your tomcat home directory and likewise with : cd /src/native/apache/jserv /bin/apxs -c mod_jserv.c jserv*.c cp mod_jserv.so /libexec Nirav