0 Replies Latest reply on Aug 12, 2015 4:19 PM by rmalired

    Virtual host to REST path

    rmalired

      Hello All,

       

      I have a application which has bunch of REST API accessible at

       

      http://<loadbalancer-ip>/<projectname>/<application-path>/<rest-resource-url>

       

      my load balancer port is mapped to source port(80) to destination port(8080)

       

      I want to configure the virtual host so that my target url becomes as following

      http://<loadbalancer-ip>/<rest-resource-url>

       

      I  have never configured virtual host. I looked at the documentation all i could find is how to configure different alias to different context-root of different WAR's(but not to the inner level  of a REST resource path)

       

      any pointers would really help me.

       

      thanks in advance

      Rakesh Maliredy