Hi all,

I need to know the context path of my web app. If I have a 

HttpServletRequest req, I can get 
String contextPath = req.getContextPath();

Now, what can I do within init()? I havn't got a 
HttpServletRequest there. How do I get the context path?

Thanks in advance.

Andreas


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

Reply via email to