Hello, all,

Maybe this question for Tomcat developers.

As you know we are all using web.xml file for a servlet container. This
file has the following lines :

<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">

Every time when you start Tomcat, for example, you are getting the file
web-app_2.2.dtd from java.sun.com site. Tomcat does not have this file
itself. When I have got it from java.sun.com, the file has the following
a Copyright:
--------------
<!--
Copyright 1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, CA  94303, U.S.A.  All rights reserved.

This product or document is protected by copyright and distributed
under licenses restricting its use, copying, distribution, and
decompilation.  No part of this product or documentation may be
reproduced in any form by any means without prior written authorization
of Sun and its licensors, if any.

Third party software, including font technology, is copyrighted and
licensed from Sun suppliers.
.....
--------------

I would like to have a local copy of this file, and not download it
every time with Tomcat startup. How can I do it?

Thanks,

Maya

Reply via email to