: Tomcat Users List
Subject: Re: STM
you could create your own
class MyWrapper extends StandardWrapper {
public MyWrapper() {
super();
setMaxInstances(xxx);
}
}
and then in context.xml
something along those lines
Filip
David Steinberg wrote:
> Thanks Martin.
>
> But can I a
: Re: STM
when you set maxInstances with the setMaxInstances method
setMaxInstances(int maxInstances)
http://www.jdocs.com/tomcat/5.5.17/org/apache/catalina/core/StandardWrapper.
html
?
Martin-
- Original Message -
From: "David Steinberg" <[EMAIL PROTECTED]>
To: "Tom
Martin,
No this does not have anything to do with threads. The StandardWrapper object
is limiting STM servlets to a maximum of 20 instances. I would just like to
know if I can set this higher through configuration.
Regards
Dave Steinberg
Hello Currency
+44 (0)7810 752 708
www.hellocurrency.com
Is there anyway to increase the 'maxInstances' value in the StandardWrapper
from the current limit of 20? I have a short term issue with a STM servlet and
need more than 20 instances.
Regards
Dave Steinberg
Hello Currency
+44 (0)7810 752 708
www.hellocurrency.com