Hi;
Get apache 2.2.3, compile with all you want plus --enable-proxy-ajp. 
Configuration:
 httpd.conf:    <Location /"APP NAME">
                ProxyPass ajp://"TOMCAT IP":"TOMCAT PORT"/"APP NAME"
                </Location>

I think this will work. Everything between " should be replaced by the 
correct value. Have I forgotten something?

Rafael Sarres de Almeida





Mark Thomas <[EMAIL PROTECTED]> 
20/08/2006 15:00
Favor responder a
"Tomcat Users List" <users@tomcat.apache.org>


Para
Tomcat Users List <users@tomcat.apache.org>
cc

Assunto
Re: how to use the mod_jk2?






Steve R Burrus wrote:
> hi I have ocassionally gotten/obtained the Apache http server to
> supposedly use with tomcat. I say "supposedly" because I have never been
> able to even start to connect the 2 servers thru the mod_jk2! Can
> someone please "walk me" through the whole procedure for doing this?
> Much thanx to anyone who can help me with this long time problem.

Are you aware that mod_jk2 is deprecated and the mod_proxy_ajp and
mod_jk are the currently supported methods of doing this?

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to