You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Andy Riedel <an...@hearme.com> on 2000/04/21 09:25:29 UTC

[Catalina] Problem with server.xml

The following tag throws an IllegalArguemtnException when parsed:

        <Manager className="org.apache.tomcat.session.StandardManager"
                 checkInterval="15" maxActiveSessions="100"
   pathname="localhost_sessions/examples.sessions"/>

Craig, do you know what eas changed here?

Andy