[jboss-user] [JBossWS] - Re: PLEASE HELP: JSR 181 EJB Endpoint (JBoss 4.0.4.GA)

jason_rency do-not-reply at jboss.com
Fri Aug 4 04:54:40 EDT 2006


I put the following items in my web.xml and it works..I use the same name for my ejb,war and ear..havn't try to change the name yet..

 <servlet>
  |         <servlet-name>CalculatorBean</servlet-name>
  |         <servlet-class>src.reg.server.CalculatorBean</servlet-class>
  |     </servlet>
  |     <!-- web service Mapping -->
  |     <servlet-mapping>
  |         <servlet-name>CalculatorBean</servlet-name>
  |         <url-pattern>/CalculatorBean</url-pattern>
  |     </servlet-mapping>
  |     

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963112



More information about the jboss-user mailing list