taylor 2005/01/29 00:01:28
Modified: applications/jpetstore/src/webapp/WEB-INF web.xml
Log:
2.2 was causing an error in Tomcat 4.1.30 on the <listener> tag
With Tomcat 4.1.30, Im receiving errors like
2005-01-28 23:08:26 Exception initializing TldLocationsCache: XML parsing
error on file /WEB-INF/lib/portals-bridges-struts-0.2.jar: (line 511, col 13):
The content of element type "attribute" must match
"(name,required?,rtexprvalue?)".
I really don't have much more time to look into this now
I'll log an issue after testing against 4.1.31
Revision Changes Path
1.2 +2 -2
jakarta-jetspeed-2/applications/jpetstore/src/webapp/WEB-INF/web.xml
Index: web.xml
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/jpetstore/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- web.xml 20 Jan 2005 01:47:37 -0000 1.1
+++ web.xml 29 Jan 2005 08:01:28 -0000 1.2
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app
- PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
+ PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<!--
Copyright 2000-2004 Apache Software Foundation
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]