ps -ef|grep jboss:
/usr/lib/jvm/jre/bin/java ... -Djboss.server.base.dir=/opt/data/jbossas/standalone -c standalone-etjsb.xml
The -c flag specifies the name of an alternate configuration file. But JBossStandaloneDetector.getProductConfig() still looks for the default config file standalone.xml:
07-11-2014 11:43:25,413 CET DEBUG [Thread-4] [JBossStandaloneDetector@281] [getProductConfig] cfgFile=/opt/data/jbossas/standalone/
configuration/standalone.xml