The Servlet API doc for the sendRedirect method states:

"....If the location is relative with a leading '/' the container interprets 
it as relative to the servlet container root....."

I've looked thru the Servlet Spec and can not quite figure out what they mean 
by servlet container root ? Is this a typo and supposed to be servlet context 
root ? Or is there really such a thing as the servlet container root, and if 
so, what is it ? 

e.g. if my context path is "/cal" and I want to redirect to 
"/cal/form/index.jsp", what would I use in sendRedirect ?
(I know I could do a forward, but want to redirect in my situation)

Thanks,
Charlie


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to