JBoss directory:
BIN starts and closes the JBoss script Client client with the Java library (JARS) DOCS configuration required by JBoss communication (database configuration, etc.) DOC / DTD DTD used in JBOSS. LIB Some JARs, JBOSS is loaded and shared by all JBoss configurations. (Don't put your library here) Server's various JBoss configurations. Each configuration must be placed in different subdirectors. The name of the subdirector indicates the name of the configuration. JBoss contains 3 default configurations: Minimial, Default, and ALL. Server / All JBoss fully configured, launching all services, including clusters and iiop. The default configuration of Server / Default JBoss. Use when you specify a configuration name in the JBoss command to specify. Server / Default / conf of configuration files for Server / Default / Conf jboss. Server / Default / Data JBoss database file. For example, embedded databases, or JBossmq. The hot deployment catalog of Server / Default / Deploy JBoss. Any file or directory placed here will be automatically deployed EJB, War, Ear, and even services. Some Server / Default / Lib Some JARs, JBOSs load them when starting a specific configuration. (All and minimial configuration also include this and the following two directories.) Server / default / log jboss log file. Temporary files for Server / Default / TMP JBoss.
You can use the -c parameter to start configuration when starting: run.bat -c config-name