You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by MyHotspotzz Mail <jr...@myhotspotzz.com> on 2004/04/14 16:43:35 UTC

Access to tiles-config_1_1.dtd

I was seeing a failure to find tiles definitions factory.
I've tracked it down to the tiles-config_1_1.dtd not being accessable from the jakarta web site.

I have a copy of the tiles-config_1_1.dtd in my WEB-INF folder. How do I get Tomcat to find it?

J.R.

Re: Access to tiles-config_1_1.dtd

Posted by snpe <sn...@snpe.co.yu>.
dtd exits in commons-validator.jar, you need decalaration only
If You have old version  validator maybe you need this :
 <!DOCTYPE form-validation PUBLIC
     "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.0//EN"
     "http://jakarta.apache.org/commons/dtds/validator_1_0.dtd">

This declaration are in begin dtd file in jar files - parser know this catalog
("-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.0//EN")
and don't do network acccess

regards
On Wednesday 14 April 2004 09:15 pm, MyHotspotzz Mail wrote:
> Thanks, It looks like I'm missing the 1.1 in the public name and a different
> domain name.
>  Do you really think that this could be the solution? I have been able to
> download the
> dtd file from jakarta.apache.org.
> 
> I just pinged www.jakarta.org and I don't get DNS resoluton.
> http://www.jakarta.org/struts/dtds/tiles-config_1_1.dtd" in my web browser
> does not
> open the dtd file.
> 
> JR
> 
> <!DOCTYPE tiles-definitions PUBLIC '-//Apache Software Foundation//DTD Tiles
> Configuration//EN'
>  'http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd'>
> ----- Original Message ----- 
> From: "snpe" <sn...@snpe.co.yu>
> To: <st...@jakarta.apache.org>
> Sent: Wednesday, April 14, 2004 10:28 AM
> Subject: Re: Access to tiles-config_1_1.dtd
> 
> 
> > set tiles-def.xml like :
> > <?xml version="1.0" encoding="UTF-8" ?>
> >
> >  <!DOCTYPE tiles-definitions PUBLIC
> >        "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
> >        "http://www.jakarta.org/struts/dtds/tiles-config_1_1.dtd">
> > ....
> >
> > regards
> > On Wednesday 14 April 2004 02:43 pm, MyHotspotzz Mail wrote:
> > > I was seeing a failure to find tiles definitions factory.
> > > I've tracked it down to the tiles-config_1_1.dtd not being accessable
> from the jakarta web site.
> > >
> > > I have a copy of the tiles-config_1_1.dtd in my WEB-INF folder. How do I
> get Tomcat to find it?
> > >
> > > J.R.
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > For additional commands, e-mail: user-help@struts.apache.org
> >
> >
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Access to tiles-config_1_1.dtd

Posted by MyHotspotzz Mail <jr...@myhotspotzz.com>.
Thanks, It looks like I'm missing the 1.1 in the public name and a different
domain name.
 Do you really think that this could be the solution? I have been able to
download the
dtd file from jakarta.apache.org.

I just pinged www.jakarta.org and I don't get DNS resoluton.
http://www.jakarta.org/struts/dtds/tiles-config_1_1.dtd" in my web browser
does not
open the dtd file.

JR

<!DOCTYPE tiles-definitions PUBLIC '-//Apache Software Foundation//DTD Tiles
Configuration//EN'
 'http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd'>
----- Original Message ----- 
From: "snpe" <sn...@snpe.co.yu>
To: <st...@jakarta.apache.org>
Sent: Wednesday, April 14, 2004 10:28 AM
Subject: Re: Access to tiles-config_1_1.dtd


> set tiles-def.xml like :
> <?xml version="1.0" encoding="UTF-8" ?>
>
>  <!DOCTYPE tiles-definitions PUBLIC
>        "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
>        "http://www.jakarta.org/struts/dtds/tiles-config_1_1.dtd">
> ....
>
> regards
> On Wednesday 14 April 2004 02:43 pm, MyHotspotzz Mail wrote:
> > I was seeing a failure to find tiles definitions factory.
> > I've tracked it down to the tiles-config_1_1.dtd not being accessable
from the jakarta web site.
> >
> > I have a copy of the tiles-config_1_1.dtd in my WEB-INF folder. How do I
get Tomcat to find it?
> >
> > J.R.
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Access to tiles-config_1_1.dtd

Posted by snpe <sn...@snpe.co.yu>.
set tiles-def.xml like :
<?xml version="1.0" encoding="UTF-8" ?>

 <!DOCTYPE tiles-definitions PUBLIC
       "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
       "http://www.jakarta.org/struts/dtds/tiles-config_1_1.dtd">
....

regards
On Wednesday 14 April 2004 02:43 pm, MyHotspotzz Mail wrote:
> I was seeing a failure to find tiles definitions factory.
> I've tracked it down to the tiles-config_1_1.dtd not being accessable from the jakarta web site.
> 
> I have a copy of the tiles-config_1_1.dtd in my WEB-INF folder. How do I get Tomcat to find it?
> 
> J.R.
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org