A virtual server for a set of web services is constructed on an LTM device. The LTM Specialist has created an iRule and applied this iRule to the virtual server:
when HTTP_REQUEST {
switch [HTTP::uri] {
"/ws1/ws.jsp" {
log local0. "[HTTP::uri]-Redirected to JSP Pool"
pool JSP
}
default { log local0. "[HTTP::uri]-Redirected to Non-JSP Pool"
pool NonJSP
}
}
}
However, the iRule is NOT behaving as expected. Below is a snapshot of the log:
/WS1/ws.jsp-Redirected to JSP Pool
/WS1/ws.jsp-Redirected to JSP Pool
/WS1/ws.jsp-Redirected to JSP Pool
/WS1/WS.jsp-Redirected to Non-JSP Pool
/ws1/WS.jsp-Redirected to Non-JSP Pool
/WS1/ws.jsp-Redirected to JSP Pool
/ws1/ws.jsp-Redirected to Non-JSP Pool
What should the LTM Specialist do to resolve this?
Galen
3 months agoTora
3 months agoArlean
3 months agoLourdes
4 months agoAdell
4 months agoTheresia
4 months agoDesiree
4 months agoSommer
4 months agoStevie
5 months agoElise
5 months agoLatricia
5 months agoVan
5 months agoVerlene
5 months agoJanine
5 months agoJackie
5 months agoFernanda
5 months agoRickie
5 months agoMaryrose
5 months agoBernardine
5 months agoHarrison
5 months agoSabra
10 months agoThaddeus
8 months agoArminda
8 months agoEmogene
9 months agoAlpha
10 months agoBrande
10 months agoRueben
9 months agoKindra
9 months agoLemuel
10 months agoCasandra
10 months agoValentine
9 months agoCristen
9 months agoJaime
9 months agoLavera
10 months agoJoanne
11 months agoEttie
11 months agoShawnda
11 months ago