You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Brian K. Buckley" <bb...@surfglobal.net> on 2001/11/14 15:42:24 UTC

error-page location

Is it legal to supply a JSP for the location of an error-page in web.xml?

Tomcat 4.0.1 does not appear to allow it.

 <error-page>
      <exception-type>wcd.MyException</exception-type>
      <location>/test.jsp</location> <!-- does not work but /test.html
does -->
 </error-page>

-Brian


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>