Re: Accessibility of servlets within Axis webapp

2003-02-17 Thread Brian Ewins
You need to add an entry in your web.xml for this servlet, because the invoker servlet (the one that allows you to execute servlets without mapping them to an URL) became disabled by default in Tomcat 4.1.12 (this is in the release notes). The reason this was done was to fix a bug that let peop

Re: Accessibility of servlets within Axis webapp

2003-02-17 Thread Ingrid Falk
> "Laurent" == Laurent Perez <[EMAIL PROTECTED]> writes: Laurent> Hi I am trying to access a very simple servlet Laurent> (SimpleServlet) within Axis' webapp directory (I got a Laurent> web service working fine but I need to make that servlet Laurent> available to public).

RE: Accessibility of servlets within Axis webapp

2003-02-17 Thread Apostolopoulos Paris
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]]