Try using the URL:
http://www.server.com/vl/paramone/paramtwo/paramthree
Thanks.
RS
Lai Kok Cheong <[EMAIL PROTECTED]> on 12/31/2001 02:29:19 AM
Please respond to "Tomcat Users List" <[EMAIL PROTECTED]>
To: Tomcat Users List <[EMAIL PROTECTED]>
cc:
Subject: URL string not supported
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]>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>