DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23168>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23168

Authentication in tomcat 4.1.27

           Summary: Authentication in tomcat 4.1.27
           Product: Tomcat 4
           Version: 4.1.27
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have a question.
  I am trying to implement error pages for my site,so I 
  specify the particular exception in the web.xml file thus: 
  <error-page>
   <exception-type>java.lang.Exception</exception-type>
   <location>/jsp/error500.jsp</location>
  </error-page>

  or

  <error-page>
   <exception-type>java.lang.Throwable</exception-type>
   <location>/jsp/error500.jsp</location>
  </error-page>

  They worked well at tomcat4.1.12. but they couldn't work at tomcat4.1.24,
  tomcat4.1.27 and tomcat5.0.8 beta .
   
  can u help me ? thanks !

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to