Elihu Smails wrote:
2 questions...

1. Is there anything that must be configured in Apache
to get Apache to talk to Tomcat?



ProxyPass /servlets-examples ajp://localhost:8009/servlets-examples ProxyPassReverse /servlets-examples ajp://localhost:8009/servlets-examples

Just like http proxy :).

Or..
<Proxy balancer://mycluster>
  BalacerMember ajp://first.server:8009 max=50 lbfactor=2
  BalacerMember ajp://second.server:8009 max=100 lbfactor=1
</Proxy>

ProxyPassReverse /servlets-examples balacer://mycluster/servlets-examples



2. Is mod_proxy_ftp required for mod_proxy_ajp ?


No.


Thank you.

No problem :)

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



Reply via email to