Re: Servlet HTTP path

2001-06-25 Thread Andrew Zhdanov
Hello SHeyns, You shuld write lihe this: . ServletName MyServlet . ServletName AnotherServletName hope that is clear enouph without description then you type http://localhost/myapp/AnotherServletName and it works! but care about tomcat logs - there must be us

Re: Servlet HTTP path

2001-06-25 Thread Fernando_Salazar
You need to setup a entry to map the servlet to a specific URL path. - Fernando Hi Id like to specify a specific sub folder path for a servlet however I am not having any luck doing so. I have defined the servlet in the web.xml file as accountingxmlServlet

Servlet HTTP path

2001-06-25 Thread SHeyns
Title: Servlet HTTP path Hi Id like to specify a specific sub folder path for a servlet however I am not having any luck doing so. I have defined the servlet in the web.xml file as             accountingxmlServlet                     Used for exchanging data