RE: Pb with RSS NewsFeed webapp
Stéphane Croisier <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.install |
|---|---|
| Message-ID | <[email protected]> |
Hi, It is just a XML header to replace. Seems that your firewall filters internet connexions and one xml dtd was not copied in local in the M1. Here is the modification: in /WEB-INF/etc/struts/jahia-tiles-defs.xml, top of the file, replace: <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration//EN" "http://jakarta.apache.org/struts/dtds/tiles-config.dtd"> by: <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd"> and this should work without internet connexion. Modification already done in the CVS. Cheers, Stéphane At 10:41 20/07/2005, you wrote: > Hi, >I try to install jahia (jahia4.5.0_M1_b7581) on win XP > >When starting from windows menu ( strat jahia) i >got the following error from log : > >33845 [main] ERROR - La servlet /jahia a gÚnÚrÚ une exception "load()" >org.apache.struts.tiles.DefinitionsFactoryException: >IO Error while parsing file > '/WEB-INF/etc/struts/jahia-tiles-defs.xml'. Connection timed out: connect > > >.... > >May i miss something in the insall configuration ? >The file is jahia-tiles-defs.xml is in the right folder ? > >Any clue will be appreciated > >philippe