Have you deplyed properly the service in Tomcat? Using a wsdd file? Can you see it in the Tomcan Deplyed Services , if you go to the http://localhost:8080/axis/index.html and then -> View the list of deployed Web services?
-----Original Message----- From: Laurent Perez [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 10:13 AM To: [EMAIL PROTECTED] Subject: Accessibility of servlets within Axis webapp Hi I am trying to access a very simple servlet (SimpleServlet) within Axis' webapp directory (I got a web service working fine but I need to make that servlet available to public). I copied SimpleServlet to /usr/local/tomcat/webapps/axis/WEB-INF/classes, restarted the webapp (I am using TC4.1.18) but I can't access the servlet with : http://localhost:8080/axis/servlet/SimpleServlet :( What's the correct path to access that servlet ? Thanks for your help Laurent