Have you uncommented the JSP precompilation in your web.xml for these JSPs... something like that:
<!--    
<servlet>
                  <servlet-name>jsp.jahia.errors.error_403_jsp</servlet-name>
                  <servlet-class>jsp.jahia.errors.error_403_jsp</servlet-class>
         </servlet>

         <servlet>
                  <servlet-name>jsp.jahia.errors.error_404_jsp</servlet-name>
                  <servlet-class>jsp.jahia.errors.error_404_jsp</servlet-class>
         </servlet>
-->

At 05:35 27.01.2006, you wrote:
I have tried editing jsp/jahia/errors/error_404.jsp directly but my changes were not reflected.  Restarted, touched files, etc.  no luck...

I tried adding custom error page blocks in tomcat/conf/web.xml, but this caused problems with sessions being lost.

Is there an easy way to edit the error*.jsp's?  I would like to format them and perhaps make them work a bit differently.

View this message in context: Editing 404 and other pages
Sent from the Jahia - Dev forum at Nabble.com.

Reply via email to