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
- RE: Accessibility of servlets within Axis webapp Laurent Perez
- RE: Accessibility of servlets within Axis webapp Apostolopoulos Paris
- Re: Accessibility of servlets within Axis webapp Ingrid Falk
- Is it possible to have Handler with Applcati... Apostolopoulos Paris
- Re: Accessibility of servlets within Axis webapp Brian Ewins