Thread: 404 Not Found
View Single Post
  #1 (permalink)  
Old 08-02-2007, 03:13 PM
mary mary is offline
Member
 
Join Date: Jul 2007
Posts: 51
mary is on a distinguished road
404 Not Found
When I try to run the servlet the server return to me and exception
I created servlet "HelloWorld" and saved it under webapps>ROOT>utils>WEB-INF>classes.
I created the web.xml file to map it, and I saved it under webapps>ROOT>utils>WEB-INF.

when I click http://localhost:8080/utils/hello to run servlet, appears:
404 Not Found /utils/hello was not found on this server.

what's the problem?
Reply With Quote
Sponsored Links