I am using Appian Configuration Manager to install Appian 7.4. I am doing below

I am using Appian Configuration Manager to install Appian 7.4. I am doing below config for build file and getting "jboss installation already exist"

################################################################################
# build properties #############################################################
################################################################################

appian.home=C:\\appian
# UNC path to the Appian data storage location (collab docs, models, notes etc.).
# Change from the default ${appian.home}/_admin for distributed installations.
appian.data.home=${appian.home}/_admin

ae.version=7.4.0.0

## uncomment the line below if you want to build plugins
## to stop building the plugins, comment this line out
#buildPlugins=build

## used to determine which app server is being used.
appserver.name=jboss

############################################################################
# JBoss configuration...

OriginalPostID-103288

OriginalPostID-103288

  Discussion posts and replies are publicly visible

Parents
  • ... ######################################################
    ############################################################################
    # Relevant only if using JBoss app server

    # Configure the JBoss installation path
    appserver.jboss.install=${appian.home}/bin/jboss
    appserver.home=${appserver.jboss.install}/jboss-eap-6.2
    appserver.jboss.bin=${appserver.home}/bin
    appserver.jboss.bin.run.conf.bat=standalone.conf.bat
    appserver.jboss.bin.run.conf=standalone.conf
    project.jboss=${basic.basedir}/bin/jboss/jboss-eap-6.2
    appserver.lib=${appserver.home}/modules
    appserver.cache=${appserver.home}/standalone/tmp/work/
Reply
  • ... ######################################################
    ############################################################################
    # Relevant only if using JBoss app server

    # Configure the JBoss installation path
    appserver.jboss.install=${appian.home}/bin/jboss
    appserver.home=${appserver.jboss.install}/jboss-eap-6.2
    appserver.jboss.bin=${appserver.home}/bin
    appserver.jboss.bin.run.conf.bat=standalone.conf.bat
    appserver.jboss.bin.run.conf=standalone.conf
    project.jboss=${basic.basedir}/bin/jboss/jboss-eap-6.2
    appserver.lib=${appserver.home}/modules
    appserver.cache=${appserver.home}/standalone/tmp/work/
Children
No Data