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
9 months agoTora
10 months agoArlean
10 months agoLourdes
10 months agoAdell
10 months agoTheresia
10 months agoDesiree
11 months agoSommer
11 months agoStevie
11 months agoElise
11 months agoLatricia
11 months agoVan
11 months agoVerlene
11 months agoJanine
11 months agoJackie
11 months agoFernanda
11 months agoRickie
11 months agoMaryrose
11 months agoBernardine
11 months agoHarrison
11 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