axis2 出错 File "/axis2-web/listSingleService.jsp" not found

axis2 报错 File "/axis2-web/listSingleService.jsp" not found
javax.servlet.ServletException: File "/axis2-web/listSingleService.jsp" not found

遇到了好几次这个错误
HTTP Status 500 -
javax.servlet.ServletException: File "/axis2-web/listSingleService.jsp" not found

第一次解决办法:
在接口里增加了junit的测试方法,测试完了之后没有删除,并且在WEB-INF/services/SyAdms/META-INF/services.xml中没有配置这个方法的operation,所以就报错了.删除这个测试方法再启动就正常了

第二次遇到解决办法:
URL输错了

第三次遇到解决办法:
在接口方法里用到了一个实体类,这个实体类里忘记加入get/set方法了,加上后解决

黑色头发:http://heisetoufa.iteye.com