aspose file tools
The moose likes Servlets and the fly likes HTTP status 404 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "HTTP status 404" Watch "HTTP status 404" New topic
Author

HTTP status 404

saheed omotola
Greenhorn

Joined: Jun 26, 2011
Posts: 2
HTTP Status 404 is what i get each time i try to run servlet from my browser. i am new to web application
Arun Giridharan
Ranch Hand

Joined: Sep 30, 2010
Posts: 290

can you give a bit more information , like paste the code or exception you get ...//use code tags for it.
Arun Giridharan
Ranch Hand

Joined: Sep 30, 2010
Posts: 290

Actually HTTP 404 means some of the code resource is missing , like your trying to access a servlet and that servlet is not present in that "classes " folder . Check the directory structure .
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12268
    
    1
What are you using as a servlet container?

Bill

Java Resources at www.wbrogden.com
Charles 'King
Ranch Hand

Joined: Jul 05, 2009
Posts: 56

Post the URL and the <servlet><servlet-mapping> entries from DD.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: HTTP status 404
 
Similar Threads
Geting error while i accessing URL
Unable to launch Tomcat from eclipse.
Filter not triggerring for applications outside webapps
Struts2 and eclipse
Call a function before Ajax success