I have several Struts samples downloaded from all over and its getting
frustrating to troubleshoot when getting an error and I can not easily pinpoint
which file it faults on. I have to search each and everyone, and this is not
often easy if deployed on JBOSS-TOMCAT where it does not expand the war file. I
often see a Digester Error in the log files and is there a way for the logger
to Identify which file the Digester is working on? Perhaps a little clue will
eliminate bunch of unjarring war files.
an example of a problem in the log:
593 2002-12-12 13:44:35,234 INFO [org.jboss.web.localhost.Engine]
WebappLoa
der[/HelloClient]: Deploy class files /WEB-INF/classes to
/u01/jboss3/jboss-3.0.
4_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/HelloClient/WEB-INF/class
es
594 2002-12-12 13:44:35,235 INFO [org.jboss.web.localhost.Engine]
WebappLoa
der[/HelloClient]: Deploy JAR /WEB-INF/lib/struts.jar to
/u01/jboss3/jboss-3.0.4
_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/HelloClient/WEB-INF/lib/st
ruts.jar
595 2002-12-12 13:44:35,669 ERROR [org.apache.commons.digester.Digester]
Par
se Error at line 13 column -1: Element "taglib" requires additional elements.
596 org.xml.sax.SAXParseException: Element "taglib" requires additional
elem
ents.
597 at org.apache.crimson.parser.Parser2.error(Parser2.java:3160)
598 at
org.apache.crimson.parser.ValidatingParser$ChildrenValidator.done
(ValidatingParser.java:361)
599 at
org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1519)
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>