in side the web-apps directory of your tomcat you will have a folder called servlet-examples
rename it to servlet
inside the same folder you will find the folder WEB-INF and in the web.xml
you have to rename the
<url-mapping>servlet/RequestInfoExample</url-mapping>
<url-mapping>/RequestInfoExample</url-mapping>
hope it works I am not able to test it
> in side the web-apps directory of your tomcat you
> will have a folder called servlet-examples
>
> rename it to servlet
>
> inside the same folder you will find the folder
> WEB-INF and in the web.xml
>
> you have to rename the
>
> <url-mapping>servlet/RequestInfoExample</url-map
> ping>
>
> [code]<url-mapping>/RequestInfoExample</url-mapping>[/
> code]
>
> hope it works I am not able to test it
thanks for your reply.
please let me know that i have a *.jar that has all classes. I putted in /ROOT/WEB-INF/*.jar but not working as it uses the /servlet/* path
thanks again