Thread: 404 Not Found
View Single Post
  #3 (permalink)  
Old 08-05-2007, 06:01 AM
mary mary is offline
Member
 
Join Date: Jul 2007
Posts: 51
mary is on a distinguished road
I created the web.xml file to map it, the web.xml look likes below and saved it under webapps>ROOT>utils>WEB-INF.
Code:
<web-app xmlns="http://sor.com/ns/resin"> <servlet servlet-name="hello" servlet-class="Hello"/> <servlet-mapping url-pattern="/hello" servlet-name="hello"/> </web-app>
Reply With Quote