How to deploy axis2 + MyBatis
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?
You have to put your xml configuration file for ibatis in your classpath. I put it on my src folder and it workds
精彩评论