5 Replies Latest reply on Jul 2, 2013 6:22 AM by fillg1

    enable/disable a subsystem at Runtime ?

    fillg1

      Hi folks

      It is possible to disable a specific subsystem, eg. web at runtime and to (re)enable it programmatically  ?

      Using jboss-cli would be an option too.

       

      Background.

      We have a cluster of independend JBoss EAP 6 instances and an external hardware loadbalancer which distributes the incoming http requests. Now we want to shutdown one of the nodes gracefully, so we do not want to accept new http requests, therefore we want to close the http port (eg. 8080), but the JBoss instance itself should finish its work.

      Any hints ?