(1)使用web容器模式在jboss中部署web service
通常会报无法找到相应的类的错误,(这里如果没有web.xml的话就无法部署也不会出现下面错误)
Not installing optional component
org.jboss.as.quickstarts.wshelloworld.OrderServiceImpl due to exception:
java.lang.ClassNotFoundException:
org.jboss.as.quickstarts.wshelloworld.OrderServiceImpl from [Module
"deployment.WebServiceTest.war:main" from Service Module Loader]
将webservice的类打成jar包,放入WebContent/WEB-INF/lib,这时重启服务器,会看到如下服务,仍然会报错,然后再次删除这个jar包,重启服务器,问题解决(问题原因应该是服务器找不到该类)
Web.xml可以没有,但如果有必须保证其正确
(2)使用ejb容器模式在jboss中部署web service 需要把ejb打成jar 包然后添加到build path
libraries里面
Jboss7.1中部署webservice的问题-1,布布扣,bubuko.com
时间: 2024-10-12 11:56:16