Forum Discussion
kazeem_yusuf1
Feb 28, 2017Nimbostratus
AN IRULE THAT ADDS A STRING AS AN HTTP RESPONSE TO ANY POOL MEMBER CHOSEN BY THE F5
I need to load balance an application running on two pool members, 172.30.114.56:8080, 172.30.114.58:8080; However, on the two, i only get the page, "Tomcat is running".
However,the service onl...
Kevin_Davies_40
Feb 28, 2017Nacreous
Given what you have said for the main VIP 172.30.114.60 try the following
when LB_SELECTED {
switch [LB::server addr] {
"172.30.114.56" -
"172.30.114.58" { if {[HTTP::uri] eq "/"} { HTTP::uri "/arsys" } }
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects