Managed Domain
In a managed domain two types of log files do exist: Controller and server logs. The controller components govern the domain as whole. It's their responsibility to start/stop server instances and execute managed operations throughout the domain. Server logs contain the logging information for a particular server instance. They are co-located with the host the server is running on.
For the sake of simplicity we look at the default setup for managed domain. In this case, both the domain controller components and the servers are located on the same host:
Process
|
Log File
|
Host Controller
|
./domain/log/host-controller/boot.log
|
Process Controller
|
./domain/log/process-controller/boot.log
|
"Server One"
|
./domain/servers/server-one/log/boot.log
|
"Server One"
|
./domain/servers/server-one/log/server.log
|
"Server Three"
|
./domain/servers/server-three/log/boot.log
|
"Server Three"
|
./domain/servers/server-three/log/server.log
|
The server logs as you know it from previous JBoss AS versions are located in the servers subdirectory: I.e. ./domain/servers/server-three/log/server.log