1 Reply Latest reply on Aug 2, 2009 6:46 AM by maxandersen

    deploy.last

    goldberg.howard

      Is there a way via Tools to specify that an EAR get deployed last, or specifically publish to the deploy.last folder?

      Thanks,
      Howard

        • 1. Re: deploy.last
          maxandersen

          hmm - not without changing the deploy location of all other archives.

          Workaround is to add your ear name to setEnhancedSuffixOrder in ${serverconfig}/conf.xmdesc/org.jboss.deployment.MainDeployer-xmbean.xml

          i.e.

          250:.rar,300:-ds.xml,400:.jar,500:.war,550:.jse,600:your.ear,650:.ear,800:.bsh"

          I've added your usecase to https://jira.jboss.org/jira/browse/JBIDE-4374 which related to controlling output more finegrained.