Rats, sorry, copy/paste failure there, mail sent prematurely ...

Assuming port 8080 --

<Proxy balancer://whatever>
  BalancerMember http://localhost:8080/app1/
  BalancerMember http://localhost:8080/app2/
</Proxy>

And that would be configured the same for both virtual hosts.

  ProxyPass / balancer://whatever/
  ProxyPassReverse / balancer://whatever/

HTH,
-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
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