you need to have "crosscontext" set to true in your configuration file.
On 6/14/06, Laurent SAUVAGE <[EMAIL PROTECTED]> wrote:
Hi,
I am using Tomcat 5.5.16, and a getServletContext().getContext('toto')
call
returns null.
'toto' is a web app deployed on same instance of tomcat where there is
Hi,
I am using Tomcat 5.5.16, and a getServletContext().getContext('toto') call
returns null.
'toto' is a web app deployed on same instance of tomcat where there is
another wep app containing the servlet doing the call.
What should I do for this call returns the correct ServletContext ?