Re: (no subject)
D.Cihak <[email protected]> Wed, 28 May 2008 14:34:50 +0200 (CEST)
| Newsgroups | gmane.comp.cms.jahia.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, thank's for your response. I wanted to find out if I could modify any of th= e engines by rewriting the open source version and use them instead of precompiled ones (jahia5.0.3_r18957.jar). Thus I modified web.x= ml in the same way you described and then I deleted = jahia5.0.3_r18957.jar from it's directory. When Jahia was loading an error = occured: HTTP Status 404 - /jahia/html/startup/loadingjahia.html type Status report message /jahia/html/startup/loadingjahia.html description The requested resource (/jahia/html/startup/loadingjahia.html) = is not available. According to this it looks like the two sets of engines (open source from e= ngines directory and precompiled ones from jahia5.0.3_r18957.jar) are not i= nterchangeable. Am I right? Thank you > ------------ P=F9vodn=ED zpr=E1va ------------ > Od: Romain Felden <[email protected]> > P=F8edm=ECt: Re: [dev_list] (no subject) > Datum: 26.5.2008 16:59:06 > ---------------------------------------- > D.Cihak a =E9crit : > > Hello, > > > > I tried to modify Jahia engines. Firstly I changed web.xml to use open = source > engines instead of precompiled ones. But when I activated Jahia an error > occured. It looks like the two sets of engines are not equivalent. Have y= ou got > any further information about this? I use Jahia Professional Edition (60 = days > trial). > > > > Thank's a lot. > > _______________________________________________ > > dev_list mailing list > > [email protected] > > http://lists.jahia.org/cgi-bin/mailman/listinfo/dev_list > > > > = > Hi, > = > When editing the web.xml file to bypass precompiled JSPs, you have to = > remove two entry types : > = > the servlet declaration : > <servlet> > = > <servlet-name>org.jahia.jsp.jahia.war.jsp.jahia.administration.login_jsp<= /servlet-name> > = > <servlet-class>org.jahia.jsp.jahia.war.jsp.jahia.administration.login_jsp= </servlet-class> > </servlet> > = > and the corresponding servletmapping : > <servlet-mapping> > = > <servlet-name>org.jahia.jsp.jahia.war.jsp.jahia.administration.login_jsp<= /servlet-name> > <url-pattern>/jsp/jahia/administration/login.jsp</url-pattern> > </servlet-mapping> > = > Be careful to remove only entries generated by Jasper, they are located = > between these two blocks : > = > <!-- > Automatically created by Apache Jakarta Tomcat JspC. > Place this fragment in the web.xml before all icon, display-name, > description, distributable, and context-param elements. > --> > = > and > = > <!-- > All session-config, mime-mapping, welcome-file-list, error-page, taglib, > resource-ref, security-constraint, login-config, security-role, > env-entry, and ejb-ref elements should follow this fragment. > --> > = > If done properly, everything will work fine, with just an additional = > loading time when compiling the JSP. > = > -- = > Romain Felden --=3D[ rfelden_at_jahia_dot_com ]=3D-- > = > Jahia Solutions > 9 route des Jeunes > CH-1227 Les Acacias > = > This e-mail and its contents are subject to the DISCLAIMER at > http://www.jahia.com/disclaimer > = > _______________________________________________ > dev_list mailing list > [email protected] > http://lists.jahia.org/cgi-bin/mailman/listinfo/dev_list > = > = > = _______________________________________________ dev_list mailing list [email protected] http://lists.jahia.org/cgi-bin/mailman/listinfo/dev_list