[opencms-dev] I guess it worked
Marcelo Perrone
mclist at terra.com.br
Sun Aug 18 05:05:38 CEST 2002
Hi everyone,
reading my Tomcat Logs I noticed it had some trouble parsing the
web.xml.
For solving that I replaced the doctype declaration
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"web-app_2_3.dtd">
for an "older" one:
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
"http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
And apparently it worked out.
's
Perrone
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.381 / Virus Database: 214 - Release Date: 2/8/2002
More information about the opencms-dev
mailing list