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
8 months agoTora
8 months agoArlean
8 months agoLourdes
9 months agoAdell
9 months agoTheresia
9 months agoDesiree
9 months agoSommer
9 months agoStevie
9 months agoElise
9 months agoLatricia
9 months agoVan
9 months agoVerlene
10 months agoJanine
10 months agoJackie
10 months agoFernanda
10 months agoRickie
10 months agoMaryrose
10 months agoBernardine
10 months agoHarrison
10 months agoSabra
1 year agoThaddeus
1 year agoArminda
1 year agoEmogene
1 year agoAlpha
1 year agoBrande
1 year agoRueben
1 year agoKindra
1 year agoLemuel
1 year agoCasandra
1 year agoValentine
1 year agoCristen
1 year agoJaime
1 year agoLavera
1 year agoJoanne
1 year agoEttie
1 year agoShawnda
1 year ago