I have deployed a web service over server (Tomcat 9). but when I call it in browser, I am getting this error:
"HTTP Status 500 - Servlet.init() for servlet AxisServlet threw exception"
How to resolve it?
Details:
I have created a job in Talend open studio.
Then I build that job as a Axis web service (.war
) and deployed it over Tomcat server. I followed this tutorial link:
Now after deployment I am facing the above mentioned error. What should I do?
Adding the relevant jar files solves the issue.
Files:
1> axis.jar
2> wsdl4j-1.6.2.jar