Management operation to disable then stop node or webapp
--------------------------------------------------------
Key: MODCLUSTER-72
URL: https://jira.jboss.org/jira/browse/MODCLUSTER-72
Project: mod_cluster
Issue Type: Feature Request
Reporter: Brian Stansberry
A common use case is to try to drain sessions from a server before taking it offline. With mod_cluster you can partially do that by invoking the JMX operation to disable a node, but then you need to manually monitor the # of active sessions so you can know when to stop the node. We should simplify this by adding an operation that tells the node to do the full disable-monitor session count-stop operation itself.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Add logic to support Alias (in server.xml) and NameVirtualHost (in httpd.conf)
------------------------------------------------------------------------------
Key: MODCLUSTER-77
URL: https://jira.jboss.org/jira/browse/MODCLUSTER-77
Project: mod_cluster
Issue Type: Feature Request
Environment: Configuration VirtualHost
Reporter: Jean-Frederic Clere
Assignee: Jean-Frederic Clere
>From httpd docs there is the following
+++
NameVirtualHost *:80
<VirtualHost *:80>
ServerName www.domain.tld
ServerAlias domain.tld *.domain.tld
DocumentRoot /www/domain
</VirtualHost>
<VirtualHost *:80>
ServerName www.otherdomain.tld
DocumentRoot /www/otherdomain
</VirtualHost>
+++
How to make this fit with the server.xml:
<Host name="www.otherdomain.tld".. />
<Host name="domain.tld" ... />
The Alias and name of jboss side are received in httpd by the ENABLE_APP commands.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Add support for JBossAS 4.2.x
-----------------------------
Key: MODCLUSTER-78
URL: https://jira.jboss.org/jira/browse/MODCLUSTER-78
Project: mod_cluster
Issue Type: Feature Request
Environment: May be that is just doco to use it like with Tomcat.
Reporter: Jean-Frederic Clere
Assignee: Jean-Frederic Clere
mod_cluster works for Tomcat and JBossAS 5.x would be nice to have it also for 4.2.x and 4.3.x
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Simplifiy the slotmem logic to use httpd-trunk one
--------------------------------------------------
Key: MODCLUSTER-74
URL: https://jira.jboss.org/jira/browse/MODCLUSTER-74
Project: mod_cluster
Issue Type: Feature Request
Environment: Code
Reporter: Jean-Frederic Clere
Assignee: Jean-Frederic Clere
The slomem in httpd-trunk is quite different from the one we use. We should try to use common code.
httpd doesn't use a alloc/free logic.
httpd lock should be remove (dev list decision and it makes sense).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira