I suspect tomcat 4.01 does not support below URL format :-
        http://www.server.com/TestServlet/paramone/paramtwo/paramthree

        TestServlet is the servlet
        paramone , paramtwo and paramthree is a parameter passed to
TestServlet 

        but when I tested with other servlet engine i could run.

        my
        webapps/test/WEB-INF/web.xml
        extract 
           <servlet>
              <servlet-name>
                vl
              </servlet-name>
              <servlet-class>
                         a.b.c.TestServlet 
              </servlet-class>
            </servlet>

        could anyone verify this ?

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to