Forum Discussion
Comex_17260
Nimbostratus
Dec 26, 2011source routing
Hello folks,
I have several clients and servers and a LB in the middle with several Virtual Servers.
Requests from clients are load balanced to servers well, but when servers start...
You can work around the limitation by moving the match indicator (wildcard vs. exact match) to the value and using a separator.
In other words,
"/g/*" := "http://192.168.201.250/Gulf/g.html"
becomes
"/g/" := "*;http://192.168.201.250/Gulf/g.html"
and
"/E1/" := "http://192.168.201.250/e.html"
becomes
"/E1/" := "=;http://192.168.201.250/e.html"
This way you can build logic into your code to handle the two scenarios. I can elaborate if necessary.
- Cspillane_18296Apr 15, 2011
Nimbostratus
Hi Silver,