0
votes

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?

1

1 Answers

0
votes

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