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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...