Hi,
        I am planing to use tomcat4.0 with Apache2 using the mod_proxy,
because I think that it ahs more scalability as you can   after sometime
move the tomcat to other machine. But as I saw your e-mail, saying to
burn.... What Integration do you tinhk it�s better and why?




thank you
-----Original Message-----
From: Turner, John [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 26, 2002 11:41 AM
To: 'Tomcat Users List'
Subject: RE: Tomcat4.0 with and Apache2



If your documentation is telling you to use mod_proxy to connect apache to
tomcat, burn that documentation.

You want to use mod_jk or mod_webapp with tomcat and apache.  mod_jk is more
robust at this juncture, and there are good resources available to explain
how to get mod_jk working with apache and tomcat.

Which platform are you using? Windows? Linux/UNIX?  I'm not familiar enought
wiht iPlanet OS support to be able to tell which platform you are using.

Here is a resource for apache 2.0 and tomcat 4 on Win2K:
http://www.cnr.berkeley.edu/~salazar/apache_tomcat.html

Here is a resource for apache 1.3 and RH 7.2:
http://www.johnturner.com/howto/apache-tomcat-howto.html (apache 2.0 is not
that different, you just need an apache-2.0 specific mod_jk.so).

In addition, the list can help you out pretty easily if you post back with
more specific information.

Don't rely on whatever documentation you have, it seems to be grossly in
error.

John Turner
[EMAIL PROTECTED]

> -----Original Message-----
> From: Raj Mettai [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 26, 2002 2:33 PM
> To: [EMAIL PROTECTED]
> Subject: Tomcat4.0 with and Apache2
> 
> 
> Hello,
>  
> We're attempting to connect Tomcat 4.0 to Apache 2.0 but are 
> having problems. All of the existing documention focuses on 
> connecting Apache 1.3 to Tomcat 4.0, but there is nothing we 
> have seen that discusses connecting Tomcat 4.0 to Apache 2.0 
> and there are enough differences between Apache 1.3 and 
> Apache 2.0 that the existing documentation does not help us.
>  
> Specifically, when connection Apache 1.3 to Tomcat 4.0, it 
> discusses the following items:
>    
>  LoadModule proxy_module  {path-to-modules}/mod_proxy.so
> 
> AddModule  mod_proxy.c
> ProxyPass         /myapp  http://localhost:8081/myapp
> 
> ProxyPassReverse  /myapp  http://localhost:8081/myapp
>  
> 
> but, we don't see mod_proxy.so in the Apache 2.0 modules 
> directory, so we don't know what to do. What is the 
> equivalent configuration for Apache 2.0? Is there any 
> documentation that exists for connecting these specific versions?
>  
> Also, does anybody know of a way to connect iPlanet 6.0sp2 to 
> Tomcat 4.0? We have iPlanet and would like to continue using 
> it, but we can't find any way to get the two products to work 
> together.
>  
> thank you in advance for your assistance,
> Raj and Brandon - Broward Community College
>  
> 

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to