In JBoss 5 I could set the requiredSecret attribute of the AJP connector. This is no longer possible in JBoss EAP 6.0.0/6.0.1/6.1.0/6.1.1 This is a backport of https://issues.jboss.org/browse/WFLY-1589 to get the functionality in the EAP 6.2.0 release
$ svn ci -m "[bz-997009] allow configuration of requiredSecret attribute on the AJP connector with a system property" Sending src/main/java/org/apache/coyote/ajp/AjpAprProtocol.java Sending src/main/java/org/apache/coyote/ajp/AjpProtocol.java Sending src/main/java/org/apache/coyote/ajp/Constants.java Transmitting file data ... Committed revision 2246.
Verified with EAP 6.2.0.ER1
*** Bug 997007 has been marked as a duplicate of this bug. ***