如何部署 axis2 + MyBatis
我正在尝试做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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须将 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