posted 17 years ago
But what is bothering me is the fact that the error page that is being displayed is coming from tomcat and not being displayed by IE.
Its the usual one that you get to see when you try to access a resource that doesnt exist.
The bottom line tells its coming from apache..
here is the code of the page produced: I am sure its being sent by tomcat..
<html><head><title>Apache Tomcat/5.0.16 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - /scwcd/no.jsp</h1><HR size="1" noshade><p><b>type</b> Status report</p><p><b>message</b> <u>/scwcd/no.jsp</u></p><p><b>description</b> <u>The requested resource (/scwcd/no.jsp) is not available.</u></p><HR size="1" noshade><h3>Apache Tomcat/5.0.16</h3></body></html>
My problem is why is tomcat sending its own error page when i have configured my page to be displayed? Is there anything wrong with the configuration code that i have written in the first post?
Regards
Dinkar
[ April 16, 2007: Message edited by: Ben Souther ]