All you have to do is the following

include this line at the end of https.conf in
apache/conf

include path_to_tomcat/tomcat/conf/tomcat-apache.conf"


and then do the following in tomcat.conf
uncomment the line based on which platform you are in


# Tell Apache on win32 to load the Apache JServ
communication module
 LoadModule jserv_module modules/ApacheModuleJServ.dll

# Tell Apache on Unix to load the Apache JServ
communication module
# For shared object builds only!!!
# @LOAD_OR_NOT@LoadModule jserv_module
@LIBEXECDIR@/mod_jserv.so
#LoadModule jserv_module libexec/mod_jserv.so

if its nt you have to get the .dll and place it in
apche/modules folder and if unix etc i think u are
fine.check to see if the above is present in your
modules folder.

you are set to go dude

Kris

--- Jann VanOver <[EMAIL PROTECTED]> wrote:
> Did you check the tomcat user guide?
> 
> -----Original Message-----
> From: Alejandro Arredondo
> [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 26, 2001 7:31 AM
> To: [EMAIL PROTECTED]
> Subject: Tomcat 4 and apache. How to make them work
> together?
> 
> 
> I have installed Tomcat 4 configured it and it works
> fine. Now I want it to work with apache together. 
> Where can I find info on how to configure them?
> 
> Thanks in advance,
> Alejandro Arredondo
> 
>
_____________________________________________________________
> Free E-mail --->
> http://letodesigns.mail.everyone.net
> Letodesigns & Programming Free e-mail
> 6MB limit
> http://letodesigns.8k.com


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to