Hi Everyone,

I have a doubt regarding requestInterceptor hope you guys will help me with
this.

<RequestInterceptor 
            className="org.apache.tomcat.request.InvokerInterceptor" 
            debug="0" prefix="/servlet/" />

In this if the prefix is given as "/servlet/" ,then when url is given as say
~localhost:8080/health the index.html is loaded
(here /health is my context) 
but if the prefix is given as just "/" then when url ~localhost:8080/health
is given it gives me a error saying page not found. Why is that.

Please reply back.
Thanx in advance.
Jags

Reply via email to