mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 20, 2005 5:03 PM
> To: Subject: Accessing resource from another context.. ..
>
>
> Hi,
> I have got a jsp page a.jsp within tomcat 5.5.9 application
> (say app1). I need to access some other page a2 which is at
> di
there, otherwise
all calls to getContext() with whatever cross-context path will
return null.
Robert
> -Original Message-
> From: Archana Mathur [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 20, 2005 5:03 PM
> To: Subject: Accessing resource from another context.. ..
>
It is "" not "/" for root context
-Original Message-
From: Archana Mathur [mailto:[EMAIL PROTECTED]
Sent: 20 October 2005 16:03
To: http://localhost/app1/a.jsp - (a.jsp wants access to other jsp
which is at location (http://localhost/a2.jsp) - root context
tag jsp:include will only pi
Hi,
I have got a jsp page a.jsp within tomcat 5.5.9 application (say app1). I need
to access some other page a2 which is at different location ( at root context)
within a.jsp.
Example - http://localhost/app1/a.jsp - (a.jsp wants access to other jsp which
is at location (http://localhost/a2.jsp