I am submitting a bug report here, as jakarta.apache.org is reporting
"connection refused".
A bug in Tomcat 4.0-beta-7:
DTD URL for the webapp 2.3 dtd is now incorrect.
"http://java.sun.com/j2ee/dtds/web-app_2_3.dtd" is a file containing the
following message:
---------------
The file named http://java.sun.com/j2ee/dtds/web-app_2_3.dtd
has been renamed to http://java.sun.com/dtd/web-app_2_3.dtd
in the most current version of the specification.
Please update your application to use the new name.
---------------
One more note: Now that the XML parser used to parse the web.xml and tld
files is (correctly) strict about element order, it would be handy if the
filename were displayed along with the parser error messages. (So I can
find all the error in my incorrectly ordered deployment descriptors and
tld files!)
Cheers
-----------------------------------------------------------------------------------------------
Aaron Knauf
Software Developer
Genie Systems Ltd
Auckland, New Zealand
Ph. +64-9-573 3310 x812, email: [EMAIL PROTECTED]
http://www.geniesystems.com
------------------------------------------------------------------------------------------------
"Pier P. Fumagalli" <[EMAIL PROTECTED]>
11/08/2001 16:01
To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>,
<[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
cc:
Subject: Re: [ANNOUNCEMENT] Tomcat 4.0-beta-7 Released
Pier P. Fumagalli at [EMAIL PROTECTED] wrote:
> Craig R. McClanahan at [EMAIL PROTECTED] wrote:
>
>> [...]
>> In addition, as with the previous version, an installer-based version
of
>> Tomcat 4.0-beta-7 is available for Windows users, as well as native
code
>> versions of the mod_webapp connector for Apache.
>
> Binary distributions for the WebApp connector are available at:
>
> <http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b7/bin>
Also for Win32 (since MANY people asked!). Those CAN NOT be built from the
same sources distribution as the build process for windows was added AFTER
4.0b7 was released, but are built on top of the same sources.
To build the WebApp module on your own, check out the CVS version.
Pier