Re: [Fwd: IO Error while parsing file '/WEB-INF/tiles.xml'. Connection timed out]

2005-02-02 Thread Sébastien GALLET
Thank you Tim. Everything works fine.
I've create an apache site which holds my dtds... but ...
Is there a way to include dtds in tomcat application ?
Tim Funk a écrit :
It looks like your tiles file contains external references for DTD or 
schema validation.  The timeout occurs when your server is trying to 
download those resources.

-Tim
Sébastien GALLET wrote:
Hi,
I've got a problem with my struts application.
Here is the trace : 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [Fwd: IO Error while parsing file '/WEB-INF/tiles.xml'. Connection timed out]

2005-02-02 Thread Tim Funk
It looks like your tiles file contains external references for DTD or schema 
validation.  The timeout occurs when your server is trying to download those 
resources.

-Tim
Sébastien GALLET wrote:
Hi,
I've got a problem with my struts application.
Here is the trace :
*Type* Rapport d'exception
*message*
*description* _Le serveur a rencontré une erreur interne () qui l'a 
empêché de satisfaire la requête._

*exception*
javax.servlet.ServletException: IO Error while parsing file 
'/WEB-INF/tiles.xml'. Connection timed out
org.apache.struts.tiles.TilesPlugin.initDefinitionsFactory(TilesPlugin.java:235) 

org.apache.struts.tiles.TilesPlugin.init(TilesPlugin.java:139)
org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:839) 

org.apache.struts.action.ActionServlet.init(ActionServlet.java:332)
javax.servlet.GenericServlet.init(GenericServlet.java:211)
org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:691) 

org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:658) 

org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:51)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325) 

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295) 

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
*cause mère*
org.apache.struts.tiles.DefinitionsFactoryException: IO Error while 
parsing file '/WEB-INF/tiles.xml'. Connection timed out
org.apache.struts.tiles.xmlDefinition.I18nFactorySet.parseXmlFile(I18nFactorySet.java:538) 
 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]