1 Reply Latest reply on Jul 12, 2011 5:15 PM by alfred.graber

    JBoss AS 7 - Deploy application in an external directory

    actionjack

      Hi there, I'm trying to deploy an application in an external directory using Jboss AS 7.

       

                     <property name="applicationURIs">

                              <list elementClass="java.net.URI">

                                      <value>${jboss.server.home.url}deploy</value>

                                      <value>${myapp.home.ear}</value>

                              </list>

                      </property>

       

      21:24:35,991 INFO  [org.jboss.as] JBoss AS 7.0.0.Final "Lightning" starting

      21:24:36,725 ERROR [stderr] Exception in thread "Controller Boot Thread" java.lang.RuntimeException: org.jboss.as.controller.persistence.ConfigurationPersistenceException: Failed to parse configuration

      21:24:36,726 ERROR [stderr]     at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:89)

      21:24:36,726 ERROR [stderr]     at java.lang.Thread.run(Thread.java:636)

      21:24:36,726 ERROR [stderr] Caused by: org.jboss.as.controller.persistence.ConfigurationPersistenceException: Failed to parse configuration

       

       

      I've tried the methods suggested in the following wiki pages:

      http://community.jboss.org/wiki/HowToDeployMyApplicationInAnExternalDirectoryInJBoss-5

      http://community.jboss.org/wiki/JBossAS6-DeployApplicationInAnExternalDirectory

       

      But neither methods appear to work in Jboss 7 am I missing something?

       

      Cheers

       

      -ActionJack