如何部署 axis2 + MyBatis

发布于 2024-09-05 04:15:07 字数 232 浏览 6 评论 0原文

我正在尝试做webservice(我对java下的Webservice很陌生)。我正在使用netbeans。

Axis2 在尝试查找 mybatis 的 xml 配置文件时遇到问题

任何人都可以告诉我如何成功部署 mybatis 配置。我应该手动复制 .netbeans\6.8\apache-tomcat-6.0.20_base\webapps\axis2\WEB-INF\classes 下的配置还是有其他设置?

I am trying to do webservice (I am quite new in Webservice under java). I am using netbeans.

Axis2 is having problem trying to locate the the xml configuration file for mybatis

Anyone can tell me how to successfully deploy mybatis configuration. Should I manually copy the configuration under .netbeans\6.8\apache-tomcat-6.0.20_base\webapps\axis2\WEB-INF\classes or there is any other setting?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空名 2024-09-12 04:15:07

您必须将 ibatis 的 xml 配置文件放入类路径中。我把它放在我的 src 文件夹中并且它可以工作

You have to put your xml configuration file for ibatis in your classpath. I put it on my src folder and it workds

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文