1 Reply Latest reply on May 24, 2013 1:14 AM by swd847

    WildFly 8.0.0.Alpha1 Undertow & AJP

    fcorneli

      When using WildFly 8.0.0.Alpha1 with standalone-jbossweb.xml and

      <connector name="ajp" protocol="AJP/1.3" scheme="https" socket-binding="ajp"/>
      

      added under <subsystem xmlns="urn:jboss:domain:web:2.0"> the Apache AJP works as expected (using front-end SSL).

      When using standalone.xml and

      <ajp-listener name="ajp" socket-binding="ajp"/>
      

      added under <subsystem xmlns="urn:jboss:domain:undertow:1.0">/<server> the Apache AJP errors with a 503 Service Temporarily Unavailable.

      Am I doing something wrong here?