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...
Nicholas_P__308
Feb 28, 2017Cirrus
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/" } {
This is to rewrite the URI to the NEW Arsys URI
log -noname local0. "Rewrite for / [HTTP::host] [HTTP::uri]"
HTTP::uri "/arsys"
This is to select the arsys POOL listening on 8080
log -noname local0. "This was processed for 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