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:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to