Connecting to FAS via the CLI
- Navigate to the FAS's bin directory e.g.
cd <FAS_INSTALL_DIR>/bin
- Start the JBoss CLI GUI using command below, "ADDRESS" is the address of master host of the FAS cluster
./jboss-cli.sh --controller=<ADDRESS> --gui
Setting generel logging levels
Navigate to Logging subsystem, select Logger to be updated, you will find option to change Logging level as below:
Enable Security Logging
Navigate to main-server-group to modify JVM parameters to add ""-Djavax.net.debug=all" parameter. FAS restart is required to enable security logging.
Comments
0 comments
Please sign in to leave a comment.