[jboss-user] [JBossWS] - Re: Use

richard.opalka@jboss.com do-not-reply at jboss.com
Thu Oct 9 03:36:49 EDT 2008


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



More information about the jboss-user mailing list