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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to