RE: Accessing resource from another context.. ..

2005-10-20 Thread Archana Mathur
thanks Robert it works with this crossContext = "true" attribute. >>> [EMAIL PROTECTED] 10/20/05 04:21pm >>> Remember that you have to configure your web context "app1" to allow cross-context access. If you have not done so, the method you call below will always return null. So your context xml

RE: Accessing resource from another context.. ..

2005-10-20 Thread Robert Graf-Waczenski
Remember that you have to configure your web context "app1" to allow cross-context access. If you have not done so, the method you call below will always return null. So your context xml file should look similar to this here: I.e. the parameter crossContext="true" must be there, otherwise all c

RE: Accessing resource from another context.. ..

2005-10-20 Thread Raghupathy,Gurumoorthy
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