Skip to content

Instantly share code, notes, and snippets.

View Karm's full-sized avatar
🎪
Staring at my screen

Karm Michal Babacek Karm

🎪
Staring at my screen
View GitHub Profile
@Karm
Karm / gist:5395463
Last active December 16, 2015 06:59
AS7: How to add mod_cluster to standalone.xml profile? Composite operation workaround to https://issues.jboss.org/browse/JBPAPP6-1420:

Add extension

/extension=org.jboss.as.modcluster:add()

Add ajp connector

/subsystem=web/connector=ajp:add(name=ajp,protocol=ajp,scheme=ajp,socket-binding=ajp)

Composite operation for mod_cluster without advertising, with proxy-list (list of balancers)