mathieu fabre wrote:
Hi,

I work on a webapp and I write my own transport (transportListener and transportSender)
I use an axisServlet configured with axis2.xml.

i need to obtain the servlet context during the configuration of my transport (init() method)

Is it possible to obtain the servlet context by using ConfigurationContext of axis...?
Yes you can using the following code,

ServletContext contxt = configContext.getProperty(HTTPConstants.MC_HTTP_SERVLETCONTEXT);

Thanks
Deepal


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

Reply via email to