Did you try:

<%= request.getContextPath() %>

According to the javadocs for HttpServletRequest, that should return what
you're looking for.

HTH.
Anuj.

> Ok ok, i know this isn't tag related. But it's so quick that 
> I think someone 
> might know ;-)
> 
> If I have a webapp installed under /wiggle, can I get at the 
> path "/wiggle" 
> from my webapp?  So I can put:
> 
> <a href="<%= application.getSomethingThatReturnsPath() 
> %>somepage.jsp"> 

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

Reply via email to