You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Craig R. McClanahan" <Cr...@eng.sun.com> on 2000/12/01 21:30:03 UTC

Re: How to get webapp context path from javax.servlet API in init method?

Vijayanand Sukumar wrote:

> Can I get the context path in the init() method of the server because i do
> not have a request object there???
>

No ... it is only accessible when a request is being processed.

>
> Thanks
> Vijay
>

Craig