Hitachi

JP1 Version 12 JP1/Data Highway - Server Configuration and Administration Guide


3.6.1 Notes about the What's new function

The What's new function displays messages from the system administrator to JP1/DH - Server users in the login window. It can be used for notifying the users of events, such as shutting down the JP1/DH - Server machine for system maintenance. The following steps show how to use the What's new function:

  1. Log in to the JP1/DH - Server machine as a built-in Administrator user (for Windows) or root user (for Linux).

  2. Determine which file you need to edit.

    Each display language has its own language file to be edited. You must choose the file you need and edit it.

    For Japanese:

    installation-folder#\uCPSB\CC\web\containers\jp1dh\webapps\digikatsuwide\digikatsuwide\WEB-INF\jsp\themes\digivery\index_information_ja.jsp

    For English:

    installation-folder#\uCPSB\CC\web\containers\jp1dh\webapps\digikatsuwide\digikatsuwide\WEB-INF\jsp\themes\digivery\index_information_en.jsp

    For Chinese:

    installation-folder#\uCPSB\CC\web\containers\jp1dh\webapps\digikatsuwide\digikatsuwide\WEB-INF\jsp\themes\digivery\index_information_zh.jsp

    #: In Linux, change installation-folder to /opt/jp1dh/server.

  3. Edit the message.

    Enter the message# you want to display in the login window.

    <div style="font-size: 12px;">your-message</div>

    #: The field you edit is part of the HTML code. Do not use any special characters of the HTML language.

    Example:
    <div style="font-size: 12px;">[Maintenance notice] This service will be unavailable because of system maintenance during the following period: From 21:00 to 22:00 on MM DD, YYYY</div>
  4. Apply the changes.

    Start the command prompt and run the command below for the edited message to take effect in the login window.

    In Windows

    installation-folder\bin\reload_app.bat

    In Linux

    /opt/jp1dh/server/bin/reload_app.sh

    Important

    If the login window does not appear properly after this edit operation is performed, restore the edited message in the file to its original message. If the message cannot be reverted to the original one, copy the following files to the file path mentioned above and overwrite these files:

    • installation-folder#\misc\digikatsuwide\digikatsuwide\WEB-INF\jsp\themes\digivery\index_information_ja.jsp

    • installation-folder#\misc\digikatsuwide\digikatsuwide\WEB-INF\jsp\themes\digivery\index_information_en.jsp

    • installation-folder#\misc\digikatsuwide\digikatsuwide\WEB-INF\jsp\themes\digivery\index_information_zh.jsp

    #: In Linux, change installation-folder to /opt/jp1dh/server.