> Someone on the list suggested Request.getContextPath() and it works like a
> charm. Thanks to all.

Agreed, but my follow-up question was if there was such a call to be done
using a ServletContext/ServletConfig object so that you can get the context
path in initialization servlets, etc., before a request comes in.

David


> >> A ServletConfig reference is passed in the call to the init() method of
> > your
> >> servlet. From this you may use the getServletContext() method to get
the
> >> context. One thing to remember is that this does not get called until
the
> >> servlet is initialized and would be invalidated when it is destroyed. I
> > suggest
> >> you check the API docs for more information.
> >
> > But do any of those return the context path?  I didn't see it anywhere
in
> > the javadocs.


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

Reply via email to