1 Reply Latest reply on Jul 13, 2015 6:46 AM by tomekadamski

    connect apach24 and wildfly 8.2.0

    kim103200

      hello. IT Beginner Developer

       

      how to connect apache24 and wildfly 8.2.0

       

      currently.

       

      c:/apache24/conf/httpd.conf

      file content.

      제목 없음.png

      use the mod_jk.conf to connect wildfly.

       

      c:/apache24/conf/mod_jk.conf file content


      제목 없음.png@

      and  uriworkermap.properties, file content

      제목 없음.png

       

       

      and last workers.properties file content

      제목 없음.png

       

       

      and widlfly port num = 9090.

      apache port  = 8080

       

      wildfly 8.2.0 admin -> configuration -> web -> http -> ajp listener

       

      제목 없음.png

       

      제목 없음.png

       

      제목 없음.png

       

      제목 없음.png

       

      why. !!!  why!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

      not connect apache and wildfly 8.2.0 ?

       

      ps. I refer here :  Configuring mod_jk with WildFly/JBoss AS 7

        • 1. Re: connect apach24 and wildfly 8.2.0
          tomekadamski

          Hi 김병진 김병진,

          There is no ajp13 socket binding in default configuration. You have to either create it or refer ajp listener to ajp socket binding which is present in default configuration.

           

          You can create ajp13 binding from jboss-cli using following command:

           

          /socket-binding-group=standard-sockets/socket-binding=ajp13:add(port=${your port here})

           

          Tomek