I have only an incomplete answer, sorry.
You can set this in the admin console in geronimo 2.0 (capability
added or reimplemented in the last couple days). If you do this it
will change var/config/config.xml and you can look in there to see
how to modify a config.xml file by hand if you want to do that. I
don't know if this attribute can be set in geroniimo-tomcat 1.1.1.
If it can, you can almost certainly change it in the admin console
and that will again result in a change to var/config/config.xml that
you can examine to see how it is done.
hope this helps
david jencks
On Aug 3, 2007, at 9:41 AM, Geronimo User wrote:
Hi:
We are using Geronimo 1.1.1 with Tomcat, not Jetty.
For testing I would like to configure the maxActiveSessions property
of a Manager that you can set in Tomcat's server.xml in stand-alone
deployment.
I can't figure out how to do that with the .xml files that normally
configure Geronimo.
Can anyone point me at reference documentation for this?
Thanks.