9 Replies Latest reply on Nov 14, 2013 3:09 AM by ajmercer

    To replace this page set "enable-welcome-root" to false in your server configuration and deploy your own war with / as its context path.

    ajmercer

      I am having trouble finding documentation / example for FireFly 8 - keep ending up at AS 7 pages.

       

      In my standalone.xml I have added

      <host name="services.dev.am.com.au" alias="services.devam02.local" default-web-module="railo01.war"  />

       

      and can then get to the WAR app if I browse to

          services.devam02.local:8080/railo01/

       

      If I go to (which is where I want to end up)

          services.devam02.local:8080/

      I get the Firefly welcome page which has this note at the bottom:

          'To replace this page set "enable-welcome-root" to false in your server configuration and deploy your own war with / as its context path.'

       

      'enable-welcome-root' seems to be 'jboss:domain:web' which as I understand it has been replaced by 'jboss:domain:undertow'.

       

      Is a jboss.xml required in WEB-INF on the WAR app?

      If so, what should it contain?