Under Tomcat4 my web.xml which contains (for an individual webapp)
<session-config>
<session-timeout>480</session-timeout>
</session-config>
</web-app>
at the end throws:
org.xml.sax.SAXParseException: Element "web-app" does not allow "session-config" here.
Where does it go?? The exact same web.xml file works under 3.2.1
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
- Re: Session Timeout Config in Catalina Steve Ruby
- Re: Session Timeout Config in Catalina Craig R. McClanahan
