Javatpoint Logo

how to fix http status 404 error in net beans?

By: jairam*** On: Tue Jul 02 00:00:14 EDT 2013     Question Reputation3 Answer Reputation8 Quiz Belt Series Points0  11Blank User
Hi,
I'm trying to run a servlet in NetBeans, but I keep getting the following error:

HTTP Status 404 -

type Status report

message

description The requested resource is not available.

Apache Tomcat/7.0.34
Up0Down

 
404 means its not finding the your resorce .please check the jsp pages path. give me excat error in which condition u r getting this error.Image Created0Down

By: [email protected] On: Tue Jul 02 01:53:39 EDT 2013 Question Reputation7 Answer Reputation3 Belt Series Points0 10User Image
Are You Satisfied :7Yes3No
 
Hi Aruna... i declare path like that... actually 2day it's happen... yesterday it's working perfectly.... actually it's deploying into the server...
<global-forwards>

<forward name="invalid" path="/login/loginPage.jsp"/>


</global-forwards>.....
Image Created0Down

By: [email protected] On: Tue Jul 02 02:11:56 EDT 2013 Question Reputation3 Answer Reputation8 Belt Series Points0 11User Image
Are You Satisfied :1Yes2No