Hi pandatao,

   you have to specify the following context param in your webservice web.xml:

<context-param>
  |   <param-name>org.jboss.ws.webapp.ServletContextListener</param-name>
  |   <param-value>mycompany.ServletContextListenerImpl</param-value>
  | </context-param>

It is supported on each AS 4.2.x and above.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181153#4181153

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181153
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to