Hello List...
I've upgraded to 4.1.24 (from a 4.1.x earlier version) and now the following error
reported in my catalina.out log.
(it's caused by this timeout setting in web.xml:
<session-config>
<session-timeout>
30
</session-timeout>
</session-config>
)
however, I didn't have this problem before. Any ideas?
Thanks /j-p.
Apache Tomcat/4.1.24-LE-jdk14
Jul 27, 2003 3:46:08 PM org.apache.commons.digester.Digester error
SEVERE: Parse Error at line 385 column -1: Element "web-app" does not allow
"session-config" here.
org.xml.sax.SAXParseException: Element "web-app" does not allow "session-config" here.
at org.apache.crimson.parser.Parser2.error(Parser2.java:3317)
at
org.apache.crimson.parser.ValidatingParser$ChildrenValidator.consume(ValidatingParser.java:349)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1464)
at org.apache.crimson.parser.Parser2.content(Parser2.java:1926)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1654)
at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:634)
at org.apache.crimson.parser.Parser2.parse(Parser2.java:333)
at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
at org.apache.commons.digester.Digester.parse(Digester.java:1543)
at
org.apache.catalina.startup.ContextConfig.applicationConfig(ContextConfig.java:282)
at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:639)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]