axis2 部署后tomcat启动问题

2024-12-25 11:13:06
推荐回答(1个)
回答1:

Invalid service SayHello due to Processing Operations Modules ClassNotFoundException Error in loading message receivers org.tonyzhangcn.ws.sayhello.SayHelloMessageReceiverInOut;
看报错,似乎是你的servers.xml中对 service(SayHello) 的配置不正确,建议你好好检查下,是不是类的路径引用不正确.