MyEclipse axis2 生成Web service 中启动tomcat服务报错

小猫鼬maki 2013-10-24 02:20:18




请问是什么问题??谢谢!
...全文
83 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
小猫鼬maki 2013-10-24
  • 打赏
  • 举报
回复
找到问题了 我的项目里面有一个service.xml ,和一个web.xml 以上配置文件应该配置到web.xml里面,
我修改之后就可以成功显示了。

tony4geek 2013-10-24
  • 打赏
  • 举报
回复
<beans xmlns="http://xfire.codehaus.org/config/1.0"> <service> <beans> <service xmlns="http://xfire.codehaus.org/config/1.0">
zhuweisyyc 2013-10-24
  • 打赏
  • 举报
回复
还真看不出来,帮你顶下。
小猫鼬maki 2013-10-24
  • 打赏
  • 举报
回复
我也感觉是但是不知道是哪里配置错误的。 我是这样配置的! <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://xfire.codehaus.org/config/1.0"> <service> <name>HelloChinaServices</name> <serviceClass>IHelloChinaServices</serviceClass> <implementationClass> HelloChinaServicesImpl </implementationClass> <style>wrapped</style> <use>literal</use> <scope>application</scope> <servlet-mapping> <servlet-name>XFireServlet</servlet-name> <url-pattern>/services/*</url-pattern> </servlet-mapping> <!-- 设置默认网页位置,当前是Web Service的路径 --> <welcome-file-list> <welcome-file>services/</welcome-file> </welcome-file-list> <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list> </service> </beans>
zhuweisyyc 2013-10-24
  • 打赏
  • 举报
回复
看起来像是WebService配置出错。

50,523

社区成员

发帖
与我相关
我的任务
社区描述
Java相关技术讨论
javaspring bootspring cloud 技术论坛(原bbs)
社区管理员
  • Java相关社区
  • 小虚竹
  • 谙忆
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧