Hi,
same issue with Jboss 5.0.
I try with your sample configuration, but it doesn't work: I see default value for maxThreads (200) for both connectors.
Any idea?
Thanks,
piko
This is my configuration:
| <!-- A HTTP/1.1 Connector on port 8080 -->
| <Executor name="active-executor" minSpareThreads="5" maxThreads="256" namePrefix="activeThread-" />
|
| <Connector executor="active-executor" protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}" connectionTimeout="20000" redirectPort="8443"
| acceptCount="100" emptySessionPath="true"
| enableLookups="false" />
|
| <!-- A AJP 1.3 Connector on port 8009 -->
| <Connector executor="active-executor" protocol="AJP/1.3" port="8009" address="${jboss.bind.address}"
| redirectPort="8443" />
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209834#4209834
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209834
Thanks. Appreciate the response... maybe you can persuade the powers that be to get a support contract ;)
I'll take a look at the jgroups, but one thing that comes to mind are the effects (good or otherwise) of running the cluster in Virtual environments - are there any known issues with this? Given that we're running both JBoss and MySQL in VMs? I've not seen anything obvious, but in some searches I'm sure I've seen passing comments on this.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209827#4209827
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209827