Re: Editing 404 and other pages
Stéphane Croisier <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.devel |
|---|---|
| Message-ID | <[email protected]> |
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:
><http://www.nabble.com/Editing-404-and-other-pages-t1008191.html#a2613145>Editing
>404 and other pages
>Sent from the <http://www.nabble.com/Jahia---Dev-f642.html>Jahia -
>Dev forum at Nabble.com.