hi axis-dev team,

I need to get the root servlet context of tomcat container
in order to communicate with other web applications besides axis2.
I must obtain this root context from the message context object passed in
the message receiver of axis2.

I can get the axis2 servlet context by calling:

ServletContext sc = (ServletContext)inMessage.getProperty("
transport.http.servletContext");

, but how do i get the servlet context at tomcat root webapp level?



thanks,

nencho

Reply via email to