3 Replies Latest reply on Oct 9, 2012 7:50 AM by bmajsak

    Web container port configuration

    julien_viet

      Altough ARQ does not integrate with Maven directly (as it's using rather JUnit), I would like to know if there is a way to specify the port for the web container to use from the maven runtime.

       

      For example it could be a system property set in the surefire plugin that would be used in a portable manner by ARQ. The use case is that currently we have issues in our build factory because of conflicting port.

       

      We use the Jenkins Port Allocator Plugin that reserves a port that is then used by Maven to solve this issue, but now we don't know how to propagate this port to ARQ containers. We do use embedded containers (tomcat/jetty/GF) and managed container (for AS7 since embedded does not seem to be maintained anymore).