4 Replies Latest reply on Nov 4, 2015 9:43 PM by angelfall

    Is there any way to proxy both http and websocket on one apache?

    angelfall

      Hey everyone!


      I want to achieve the following scenario.

       

      There is only one application on a Jboss server.

      when accessing the root url like "http://JbossIP/" in a browser, i get a html with two button.

      One button will use a http connection to do something.

      The other will use a websocket connection to do something.


      All works well when the connection is between client and jboss server.

      When use apache with mod_cluster for load balancing, it does not work as i wish.

       

      Is there any way to proxy both http and websocket on one apache, and how to configure?


      Thank you