Hi,

Have you tried to move your the error-page directive to between the <welcome-file-list> and <taglib> directives. Seem to remember this happening to me some time ago as well.

Trond

<!-- The Usual Welcome File List -->
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>


 <error-page>
   <exception-type>java.lang.ClassNotFoundException</exception-type>
   <location>/pages/apperror.jsp</location>
 </error-page>

 <!-- Struts Tag Library Descriptors -->
 <taglib>
   <taglib-uri>/tags/struts-bean</taglib-uri>
   <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
 </taglib>
</web-app>



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



Reply via email to