You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Joseph Shraibman <jk...@selectacast.net> on 2005/12/02 00:08:23 UTC

mod_proxy_ajp

Does anybody have any idea how to use mod_proxy_ajp?  The documentation 
page http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html just talks 
about the ajp protocol.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: mod_proxy_ajp

Posted by "hv @ Fashion Content" <in...@fashioncontent.com>.
I think its a port of mod_jk, which could need a bit of love :)

I am really hoping that mod_proxy_ajp grows solid, as I am sure it will be a 
great improvement.

"Joseph Shraibman" <jk...@selectacast.net> skrev i en meddelelse 
news:438F8267.6090106@selectacast.net...
> Does anybody have any idea how to use mod_proxy_ajp?  The documentation 
> page http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html just talks 
> about the ajp protocol. 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: mod_proxy_ajp

Posted by Bill Barker <wb...@wilshire.com>.
"Bill Barker" <wb...@wilshire.com> wrote in message 
news:dmocss$ort$1@sea.gmane.org...
>
> "Joseph Shraibman" <jk...@selectacast.net> wrote in message 
> news:438F8267.6090106@selectacast.net...
>> Does anybody have any idea how to use mod_proxy_ajp?  The documentation 
>> page http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html just talks 
>> about the ajp protocol.
>
> # Forward all to myapp
> <Location /myapp>
> ProxyPass ajp:/localhost:8009/myapp
> </Location>
>
> # Forward all JSP files
> RewriteRule (.*)\.jsp ajp:/localhost:8009/$1.jsp [P]
>
>
> The more sophisticated stuff about configuring load-balancing is covered 
> pretty well in the mod_proxy_balancer docs.

Urm, typo.  All of the 'ajp:/' strings above should be 'ajp://'




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: mod_proxy_ajp

Posted by Bill Barker <wb...@wilshire.com>.
"Joseph Shraibman" <jk...@selectacast.net> wrote in message 
news:438F8267.6090106@selectacast.net...
> Does anybody have any idea how to use mod_proxy_ajp?  The documentation 
> page http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html just talks 
> about the ajp protocol.

# Forward all to myapp
<Location /myapp>
ProxyPass ajp:/localhost:8009/myapp
</Location>

# Forward all JSP files
RewriteRule (.*)\.jsp ajp:/localhost:8009/$1.jsp [P]


The more sophisticated stuff about configuring load-balancing is covered 
pretty well in the mod_proxy_balancer docs.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org