Forum Discussion
Pratik_125797
Dec 04, 2014Nimbostratus
There is no need to map the pool physically with VIP. The irule will do it. when HTTP_REQUEST { if {[string tolower[HTTP::uri]] starts_with "/newapp"} { pool pool_abc_newapp } else { pool pool_abc } }
You don't need to select any default pool on VIP, just associate the irule with VIP.