Hello SHeyns,

You shuld write lihe this:
 .....
 <servlet>
  <servlet-name>ServletName</servlet-name>
  <servlet-class>MyServlet</servlet>
 </servlet>
 .....
 <serlet-mapping>
  <serlet-name>ServletName</servlet-name>
  <url-pattern>AnotherServletName</url-pattern>
 </servlet-mapping>
 ....


 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 usefull info if smth goes
 wrong.
-- 
Best regards,
 Andrew


Reply via email to