I have an ACE20 and I'm trying to figure out how to load balance based on URI. I want URL's that meet a certain criteria to get load balanced to one set of servers while everything else to a different set of servers. For example, I have one domain (www.example.org):
http://www.example.org/Directory1/ load balanced to Server1/Server2
http://www.example.org/Directory2/ load balanced to Server1/Server2
http://www.example.org/ load balanced to Server3/Server4
Is this possible and how? Thanks.
Casey