Previous Topic: Log In to CA Configuration Automation ServerNext Topic: Edit Database Properties


CA Configuration Automation Server Installation Log Files

You can check the following log files for errors:

These files are located in the <CCA_Server_install_directory>/logs directory. If you installed in the default directory, they are in the following locations:

Edit the Logging Configuration File to See More Messages

The CA Configuration Automation Server logging configuration file, log4j.xml, controls the type of messages (error, warning, or information) displayed in the server console or log file. You may want to edit the file to view more types of messages than the default setting. The default setting is to send error messages only to a log file:

log4j.rootCategory=ERROR, LOGFILE

If you used the recommended default location to install the CA Configuration Automation Server, the server logging configuration file is located in the following directories:

You can modify the log4j.xml file to display other messages as follows:

You can also change or add to the LOGFILE parameter if you want the messages to appear on the console only or in addition to the log file.

By default, the messages go to a file called cca.log in the <CCA_Server_Installation_Directory>/logs directory unless you specify a different log file name in the log4j.xml file.