Re: mod_jserv.so problem

2000-12-26 Thread Filip Hanik
If you use Apache 1.3.14 and Tomcat 3.2.1 I would recommend using mod_jk instead. mod_jserv will not be supported later on, and mod_jk includes some enhanced features. http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html Filip - Original Message - From: "Jed Duty"

Re: mod_jserv.so problem

2000-11-17 Thread Michael J. Suzio
I believe the two files uncompress into two different directories when unpacked. Even if you expand them to the same tree, there should not be any conflicts. -- Michael J. Suzio Lead Software Engineer -- ISS Southfield [EMAIL PROTECTED]

RE: mod_jserv.so problem

2000-11-16 Thread Micky Mimo
Title: RE: mod_jserv.so problem 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

RE: mod_jserv.so problem

2000-11-16 Thread Micky Mimo
Title: RE: mod_jserv.so problem I am trying to install the adapter (mod_jserv.so) for apache + Tomcat. I keep getting the error below. I built the file mod_jserv.so from the source of tomcat 3.1. I installed the file mod_jserv.so in the libexec directory and added the include directive

RE: mod_jserv.so problem

2000-11-16 Thread Micky Mimo
Title: RE: mod_jserv.so problem Correction the error is: Starting httpd : Syntax error on line 13 of /usr/local/tomcat/conf/tomcat.conf Cannot load /etc/httpd/libexec/mod_jserv.so into server: /etc/httpd/libexec/mod_jserv.so: cannot open shared object file: No such file or directory FAILED

RE: mod_jserv.so problem

2000-11-16 Thread Wong, Connie
l J. Suzio [SMTP:[EMAIL PROTECTED]] Sent: Thursday, November 16, 2000 2:58 PM To: [EMAIL PROTECTED] Subject: Re: mod_jserv.so problem You need to actually download the source package for Tomcat. The binary package does have a src/ directory, but it doesn't have the native drivers code

RE: mod_jserv.so problem

2000-11-16 Thread Micky Mimo
Title: RE: mod_jserv.so problem I believe you need the following directory scructure. This is what the README file says for the source in jakarta-tomcat How to Build First, you must have the jakarta-ant workspace checked out parallel to this workspace (jakarta-tomcat