Title: RE: help with linking tomcat to apache
Hey that worked great!  Thanks for the help.  Next step is for me to figure out how to properly configure apache to only provide access to the servlets on one virtual host.  Right now every port the server listens on has access to "/examples/servlets".  I have to do some more digging in the documentation.
 
Thx,

Lee Blackburn
Lead eWizard
LastMinuteTravel.com
404.495.2079 (V)
404.495.2111 (F)

-----Original Message-----
From: Mike Bremford [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 24, 2000 5:54 AM
To: [EMAIL PROTECTED]
Subject: RE: help with linking tomcat to apache

Rebuild mod_jk.so with -lposix4 (looks like you're on Solaris - this worked for me).
 
Cheers... Mike
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 23 October 2000 22:26
To: [EMAIL PROTECTED]
Subject: RE: help with linking tomcat to apache

I have gotten a similar problem trying to load mod_jk.so.  When I add the mod_jk.conf-auto include to the httpd.conf, the apache web server will not restart.  Looks like it is missing a reference symbol in the shared object file.

apachectl configtest
Syntax error on line 8 of /u01/lmt2/apache/jakarta-tomcat/conf/mod_jk.conf-auto:
Cannot load /u01/lmt2/apache/apache_1.3.14/libexec/mod_jk.so into server: ld.so.1: /u01/lmt2/apache/apache_1.3.14/bin/httpd: fatal: relocation error: file /u01/lmt2/apache/apache_1.3.14/libexec/mod_jk.so: symbol fdatasync: referenced symbol not found

I am running Apache 1.3.14 and Tomcat 3.2 beta 6.  The build of the so file seemed to work fine using apxs.

I did moved the mod_jk.so file from the src tree in tomcat to the libexec directory under Apache.

Any ideas on what I did wrong?

Lee Blackburn
Lead eWizard
LastMinuteTravel.com
404.495.2079 (V)
404.495.2111 (F)


-----Original Message-----
From: Hany Hassan [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 20, 2000 9:00 PM
To: [EMAIL PROTECTED]
Subject: Re: help with linking tomcat to apache


There's nothing wrong with your mod_jk.conf-auto file, at least so far...
your include statement has a problem, I think... How exactly does your
include statement look like?

I also have a question for you... where did you get mod_jk from? Is that a
shared object file or a dll?

Thank you,
Hany

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 20, 2000 5:22 PM
Subject: help with linking tomcat to apache


> I have apache and tomcat3.2 (beta 6) up and running.  When I Include the
> TOMCAT_HOME/conf/mod_jk.conf-auto reference in my httpd.conf file and
restart
> apache, I get an error message saying "syntax error in http.conf".  If I
> comment out the Include statement apache starts fine.  I have looked at
the
> content in the mod_jk.conf-auto file and can not see the problem.  Any
ideas
> or suggestions or help would be greatly appreciated.
>
> don
>

Reply via email to