| 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
|
|
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.
|
 |
 |
|
|
subject: HTTP status 404
|
|
|