| View previous topic :: View next topic |
| Author |
Message |
juniormember
Joined: 28 Jun 2008 Posts: 154
|
Posted: Tue Nov 04, 2008 8:35 am Post subject: HTTP Status 404 Error found |
|
|
Hi,
I am getting HTTP Status 404 error on java tomcat
| Quote: |
description The requested resource (/modal.jsp) is not available. |
Why this error come and how to remove this error from tomcat java.
I have made this page and deployed this file also but still getting http 404 error. |
|
| Back to top |
|
 |
ainya
Joined: 21 Feb 2007 Posts: 4
|
Posted: Thu Nov 27, 2008 12:17 pm Post subject: |
|
|
| HTTP 404 means requested page is not exists in server. If client request search at server and does not found in server. Server response to client machine with error which is HTTP 404 and tell this page is not found or request is not found. |
|
| Back to top |
|
 |
juniormember
Joined: 28 Jun 2008 Posts: 154
|
Posted: Thu Nov 27, 2008 12:23 pm Post subject: |
|
|
| I have made a servlet and deploying in server but I am getting http 404 error. |
|
| Back to top |
|
 |
ainya
Joined: 21 Feb 2007 Posts: 4
|
Posted: Thu Nov 27, 2008 12:33 pm Post subject: |
|
|
Is your web.xml is fine.
Have you done servlet mapping in web.xml of WEB-INF
Make entry in web.xml and deploy and restart tomcat.
Sometimes if web.xml contains error if dont load by tomcat and give error.
Better to check in log file of tomcat to read error in catalina.out file in tomcat/logs
This will help you to remove HTTP 404 error |
|
| Back to top |
|
 |
mitoon
Joined: 01 Mar 2007 Posts: 2
|
|
| Back to top |
|
 |
juniormember
Joined: 28 Jun 2008 Posts: 154
|
Posted: Wed Feb 02, 2011 11:39 am Post subject: |
|
|
| I am trying to execute a simple struts example of printing hello world but it is giving me http:404 resource not found error..can you please help me how to resolve this error and get my program executed.... |
|
| Back to top |
|
 |
|
|