Set up the log4j.properties file for Empirica Topics

Previous Topic

Next Topic

Book Contents

Set up the log4j.properties file for Empirica Topics

You edit the log4j.properties file to specify where you want to store Empirica Topics log files.

Perform these steps using the non-privileged user account on the application server.

  1. Navigate to the <INSTALL_DIR>/TopicsService/WEB-INF/classes directory, for example:

    $ cd /u01/stage/Signal_Install/TopicsService/WEB-INF/classes

  2. Using a text editor, open the log4j.properties file.
  3. Set the log4j.appender.defaultAppender.File parameter to the file for storing Empirica Topics log files, for example:

    log4j.appender.defaultAppender.File=/u01/app/oracle/product/Signal/logs/topicswebservice.log

  4. (Upgrade only) If you customized the log4j.properties file for the previous release of the Empirica Signal software, apply the customizations to the log4j.properties file for the current release.
  5. Save and close the file.
Send Feedback