Author: sshyrkov
Date: Wed Oct 10 19:08:54 2007
New Revision: 18821
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D18821&repname=
=3Djahia
Log:
Item 9 updated with regard to last changes in the jsp/index.jsp
Modified:
branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/html/startup/howto_change_=
jahia_Jahia.html
Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/html/startup/howto_c=
hange_jahia_Jahia.html
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/core/src/webapp/html/startup/howto_change_jahia_Jahia.html&rev=3D18=
821&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/html/startup/howto_change_=
jahia_Jahia.html (original)
+++ branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/html/startup/howto_change_=
jahia_Jahia.html Wed Oct 10 19:08:54 2007
@@ -543,12 +543,12 @@
In the tomcat/webapps/CONTEXT_NAME/jsp/index.jsp, modify the following lin=
e :
=
<pre>
- <jsp:forward page=3D"/Jahia/" />
+ response.sendRedirect(request.getContextPath() + "/Jahia/");
</pre>
to
=
<pre>
- <jsp:forward page=3D"/SERVLET_NAME/" />
+ response.sendRedirect(request.getContextPath() + "/SERVLET_NAME/");
</pre>
=
Warning : if you are using our builds with precompiled templates, in or=
der
_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list