8 Replies Latest reply on May 10, 2019 5:56 AM by devopstechie

    Configuring connectors in WildFly-8.2.0

    valsaraj007

      Here is my current configuration in JBoss AS 7.1.2:

      <subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false">

                  <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http" redirect-port="8443"/>

                  <connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" secure="true">

                      <ssl key-alias="xxxxxx" password="app" certificate-key-file="${jboss.server.config.dir}/appdev-webserver.p12" protocol="TLSv1" verify-client="false" keystore-type="PKCS12"/>

                  </connector>

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

       

      How to convert this into WildFly model?