Hi,
I'm trying to set an error page in one of my web applications. To do this i
have put this tag in the web.xml file:
<error-page>
<error-code>500</error-code>
<location>/error.html</location>
</error-page>
to catch all the 500 errors and redirect the user to an error page. It works
when i put a plain html page but it doesn't when i put a jsp.
is it possible to get a jsp instead of an html file?
thanks.- RE: [orion-interest]CMP/BMP and standard JDBC, speed is... Jeff Schnitzer
- RE: [orion-interest]CMP/BMP and standard JDBC, spe... The elephantwalker
- RE: [orion-interest]CMP/BMP and standard JDBC, spe... Jeff Schnitzer
- RE: [orion-interest]CMP/BMP and standard JDBC,... The elephantwalker
- Re: [orion-interest]CMP/BMP and standard JDBC,... Simon Stewart
- RE: [orion-interest]CMP/BMP and standard JDBC, spe... Jeff Schnitzer
- SV: [orion-interest]CMP/BMP and standard JDBC,... Magnus Rydin
- RE: [orion-interest]CMP/BMP and standard JDBC,... Ray Harrison
- error-page tag in web-xml question Jose Mena
- error-page tag in web-xml question Jose Mena
- R: error-page tag in web-xml question daniele rizzi
- Re: error-page tag in web-xml que... Deniz Bocek
- RE: [orion-interest]CMP/BMP and standard JDBC, spe... tibor . hegyi
- RE: [orion-interest]CMP/BMP and standard JDBC, spe... Jeff Schnitzer
