That is a custom version of the DTD declaration. You can use the same one
that is found throught the Struts examples without modification if you do
the following:

1. When using WAS, place the DTDs in
\websphere\appserver\classes\org\apache\struts\resources.

2. When using WTE, add the DTDs as resources to the Struts project. Add them
to the folder org.apache.struts.resources.
--
Dan Miser
http://www.distribucon.com

----- Original Message -----
From: "dsf65b y b3763476b3" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 18, 2001 4:07 AM
Subject: RE: RE: RE: [Not registered, use system identifier]?


>
> >I just managed to install the EmployeeList application from IBM which is
> >described in the article you also mention. If I look at their
> >struts-config.xml the DOCTYPE part is put in comments.
>
> What do you mean: comments? Their struts-config.xml starts like this:
>
>
> <!DOCTYPE struts-config PUBLIC
>        "-//Apache Software Foundation//DTD Struts Configuration 1.0//EN"
>        "http://localhost/struts/dtds/struts-config_1_0.dtd";>
>
>
> I see no comments(?) However, the line:
>
> "http://localhost/struts/dtds/struts-config_1_0.dtd";
>
> makes me suspicous. What is that about? I have no webapp on localhost
called
> "struts"!
>
>
> >Check out their
> >struts-config.xml and try that, you can download it on the article's
page.
>
> I've tried that. I followed their instructions for installing the JAXP
1.0.1
> parser and
> WTE configuration very carefully. When starting the WTE I still get this
> message:
>
>
> resolveEntity('-//Apache Software Foundation//DTD Struts Configuration
> 1.0//EN', 'http://localhost/struts/dtds/struts-config_1_0.dtd')
> Not registered, use system identifier


Reply via email to