Restore site-specific properties files

Previous Topic

Next Topic

Book Contents

Restore site-specific properties files

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

  1. In a command shell, navigate to the backup directory <INSTALL_DIR>/Signal_8_1/WEB-INF/classes.
  2. Copy the webvdme.properties file to the installation area. For example:

    $ cp webvdme.properties /u01/stage/Signal_Install/Signal/WEB-INF/classes

  3. Copy the listener.properties file to the installation area. For example:

    $ cp listener.properties /u01/stage/Signal_Install/Signal/WEB-INF/classes

  4. Copy the report_listener.properties file to the installation area. For example:

    $ cp report_listener.properties /u01/stage/Signal_Install/Signal/WEB-INF/classes

  5. Copy the webvdme-fonts.properties file to the installation area. For example:

    $ cp webvdme-fonts.properties /u01/stage/Signal_Install/Signal/WEB-INF/classes

  6. Copy the log4j.properties file to the installation area, overwriting the existing file. For example:

    $ cp -f log4j.properties /u01/stage/Signal_Install/Signal/WEB-INF/classes

  7. If Empirica Signal is integrated with LDAP, copy the ldap.properties file to the installation area. For example:

    $ cp ldap.properties /u01/stage/Signal_Install/Signal/WEB-INF/classes

    Note: If you don’t use Empirica Topics, skip to the next section.

  8. In a command shell, navigate to the backup directory <INSTALL_DIR>/TopicsService_8_1/WEB-INF/classes.
  9. Copy the webvdme.properties file to the installation area. For example:

    $ cp webvdme.properties /u01/stage/Signal_Install/TopicsService/WEB-INF/classes

  10. Copy the log4j.properties file to the installation area, overwriting the existing file. For example:

    $ cp -f log4j.properties /u01/stage/Signal_Install/TopicsService/WEB-INF/classes

Send Feedback