There seems to be a problem with running WW's example WAR in Tomcat with
JDK1.4 using Tomcat's startup.bat (see console output below). The problem
has been tracked down to the fact that Tomcat using JDK's XML parser is
having problems extracting the taglib.tld from webwork.jar. The patch fix is
to extract the tld file from the jar and modify the web.xml to point to this
file. I will make the change in CVS so this fix will be incorporated in a
future release.
Tomcat console output ----
Starting service Tomcat-Standalone
Apache Tomcat/4.0.3
PARSE error at line 1 column 1
org.xml.sax.SAXParseException: The markup in the document preceding the root
ele
ment must be well-formed.
-Matt
|