9.1. Static Proxy Configuration There is Tomcat and EAP5 configuration, whereas above there are many chapters about EAP6 subsystems...this is totally confusing. Let alone there is no EAP5 in EWS2, only Tomcats.
EAP6 part should be there that is the case we EWS as front-end for EAP6. Of course the doc is wrong as it is EAP5.
The part "Task: Configure Application Platform Worker Node with Static Proxy List" needs the following changes: +++ 1 Disable dynamic proxy discovery: Edit standalone/configuration/standalone-ha.xml and set the advertise property to false: <mod-cluster-config advertise='false" connector="ajp"> 2 - Choose, and implement, one of the following static proxy options: Option 1: Create a static proxy server list: <mod-cluster-config advertise='false" connector="ajp" proxy-list="10.33.144.3:6666,10.33.144.1:6666"> Option 2: Start the worker node with a static proxy list as a parameter mod-cluster-config advertise='false" connector="ajp" proxy-list="${jboss.modcluster.proxyList:}" Add a comma separated list of proxies in the form of IP_ADDRESS:PORT as the jboss.modcluster.proxyList parameter when starting the node. Example 8.2. Example Static Proxy List Parameter -Djboss.modcluster.proxyList=10.33.144.3:6666,10.33.144.1:6666 +++ The rest is OK.
Added information as listed. Replaces previous step 2("Define a mod_cluster listener") with the new static proxy configuration step. If this is incorrect, please let me know.
It is still wrong :-( You changed the wrong part I said "The part "Task: Configure Application Platform Worker Node with Static Proxy List" needs the following changes:" But you applied it to the Task: Configure Web Server Worker Node with Static Proxy List which was OK. We need to replace the EAP5 explaination by EAP6 the Web Server part should have remain unchanged,
Reverted to remove incorrect changes. Will make the correct modifications and set this back ON_QA with a link to verify.
No hm I commented the following on 852705: But the chap8 is still not ok: JBOSS_EAP_DIST/jboss-as/server/PROFILE/mod-cluster.sar/META-INF/mod-cluster-jboss-beans.xml is wrong. in EAP6 there is only one file to configure the whole thing standalone/configuration/standalone-ha.xml. Note that the <mod-cluster-config/> are all OK except the first one: <mod-cluster-config advertise='false" connector="ajp"> because it needs a proxy-list=something which you describe later in the doc. chap8 in fact it is in 8.1 which needs changes.
still not fixed (25/10/2012).
The following changes are now done to 8.1: 1. File location changed to "standalone/configuration/standalone-ha.xml" 2. Added a "proxy-list={placeholder}" entry to the <mod-cluster-config> sample. This bug will be set to ON_QA with a link when the above changes appear on the stage.
There is still a mod-cluster-jboss-beans.xml in the page. That is not OK.
Apologies, fixed the remaining incorrect path. This bug will be updated when the new version appears on the stage.
Looks Ok now.
looks ok. Configuration for tomcat is wrong but it is in separate bug: https://bugzilla.redhat.com/show_bug.cgi?id=865450
This bug is set to CLOSED CURRENT RELEASE to indicate that this fix is now released and available at access.redhat.com.