Forum Discussion
vasu_95875
Nimbostratus
Dec 07, 2009how to forward to a java specific context root
Hi
I am new bee to F5 BIG-IP.
How to forward http request to specific context root of the pool member.
There is no index.html pages
http --> to fo...
I'm guessing you probably want to rewrite the URI, not redirect the client to the internal web server port. If so, you can use HTTP::uri to rewrite the URI when a client requests the root document, /:
when HTTP_REQUEST {
if {[HTTP::uri] eq "/" } {
HTTP::uri "/bank/banknds/login/login.jsp"
}
}
Aaron
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