5 Replies Latest reply on Jan 12, 2014 10:52 AM by kpiwko

    find out URL of embedded deployed webapp

    tomeicher

      Hello,

      I have a JBoss AS7 application that we deploy for testing using Arquillian.

      Testing requires some complicated setUp() that is done using EJBs, so we need to run testable=true (not RunAsClient).

      ThenI want to access some specific page using HttpUnit, thus I need the URL that Arquillian did deploy the application to.

      But wherever I look, Tomcat, Arquillian, Wicket, ServletContext ... I seem unable to come up with this information.

      Since e.g. the developer machines use different ports than the Jenkins instance, I cannot just hardcode a default.

      Any insight appreciated.

      Thanks, Tom.