Hi,

Next time you're online (when you get this message I guess), download the
dtd from sun - "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"; (from the
doctype defn).  This is where I get a bit hazy, you'll need to save a
local copy of it somewhere.  Now I'm guessin thtat putting it in the same
directory as the web.xml file, and changing the doctype to 

<!DOCTYPE web-app SYSTEM "web-app_2_2.dtd">

would work fine, but it might be a bit of overkill.  but give that a go -
hopefully someone will correct me.

cheers
dim

On Thu, 19 Jul 2001, Prashant Sarode wrote:

> Hi Dmitri,
>       I do not have tomcat-test.war file, but I do have test.war file
> in C:\tomcat\webapps directory.And inside the war file contains 
> web.xml file which contains the following line:
> 
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <!DOCTYPE web-app
>     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
>     "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>
> 
> can u pls tell me what should I change here ??? Can u provide me a dtd ?? 
>       Waiting for ur reply.
> 
> Thanks & Regards,
> - Prashant
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to