Application Server Management
Start / Stop
Start / Stop
As standalone: EAP_HOME/bin/standalone.sh
See parameters, pass "-h"
- -b=<value> set jboss.bind.address
- -c=<config> set configuration file other than standalone.xml
- -D<name>=<value> set system property
- -v / -V get version and exit
To stop:
- ctrl-C in terminal, or
- service [script name] stop
- kill
File system paths
File system paths
Uses logical names for file system paths, configuration (standalone.xml, etc.) all include a section to declare paths.
Configuration Files
Configuration Files
... ignore files used in managed domain ...
EAP_HOME/standalone/configuration/standalone.xml - the default standalone configuration
EAP_HOME/standalone/configuration/standalone-full.xml - an example configuration includes support for all possible subsystem
.... ignore ha configurations ...
Modifying:
- can edit directly (not recommended)
- use Management CLI and Management Console is recommended
- automatic backup with time stamp