Actual, in IE go to Tools > Internet Options > Advanced . Find and uncheck the boxes that say "Show friendly HTTP error messages" and "Show friendly URLs".
For a different solution, setup Tomcat to use a custom error page. Then ensure that the error page inserts a lot of "garbage" text (can be in an HTML comment), there is some magic value, I think something like 512 bytes or such, if the page is bigger than this it will tend to over ride IE's not so friendly error messages. David Cassidy wrote: > flippant answer but ... > > Don't use IE :) > > unless you have the source code of IE you're a little buggered > > David > > > randie ursal wrote: > >> hi, >> >> sorry for asking about this but i still haven't found a solution on >> why this is happening. >> >> i try to make an abnormal scenario on my web application, here it is: >> >> I first access my web application and do some operation, then in >> the middle of my >> transaction i disconnect the network cable to see if an error would >> be displayed by IE >> browser if i click on a link that needs to request to my servlet. >> This doesn't seem >> to work normally, because if i'm going to click on a button which >> is basically an HTML >> Form....the IE browser wont display its error page like display >> that network is down or >> DNS unavailable. But if i click on links that is using "href" to >> point to its server >> resource that IE browser can give the error message. >> >> any idea about this, and any possible solution? >> >> p.s really need it as soon as possible. >> >> thanks a lot in advance >> randie >> >> >> >> -- >> To unsubscribe, e-mail: >> <mailto:[EMAIL PROTECTED]> >> For additional commands, e-mail: >> <mailto:[EMAIL PROTECTED]> >> >> tsdok >> >> -- >> To unsubscribe, e-mail: >> <mailto:[EMAIL PROTECTED]> >> For additional commands, e-mail: >> <mailto:[EMAIL PROTECTED]> >> >> >> > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
