You have to use the source tomcat version for 3.1. The binary version does not have the build directories.
http://jakarta.apache.org/builds/tomcat/release/v3.1/src/
/===============================\
| Micky Mimo |
| Systems Specialist |
| (781) 457 - 1317 |
| [EMAIL PROTECTED] |
\===============================/
-----Original Message-----
From: tsimtung [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 16, 2000 1:37 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: mod_jserv.so problem
I have problem in building mod_jserv.
I am using linux, and get tomcat 3.1 binary source to build tomcat.
tomcat runs smoonthly in standalone mode, and then i would like to
integrate it with apache.
I can't find the directory "jakarta-tomcat/src/native/apache/jserv/" in
my jakarta-tomcat directory, "src" directory only has
"javax" and "org" two directories!!!!
Please help!!!
Thx
###############from tomcat_ug.html##############################
Building mod_jserv on UNIX involves the following:
Download the source distribution of Tomcat from here.
Uncompress it into some directory.
Building the module:
Change directory into jakarta-tomcat/src/native/apache/jserv/
Execute the build command
apxs -c *.c -o mod_jserv.so
apxs is part of the Apache distribution and should be located in your
APACHE_HOME/bin.
