Redeploying Omni-Patient Management Central

How to:

If you are required to redeploy Omni-Patient Management Central (OPMC), including the Omni-Patient 360 Viewer application, you must first undeploy the following web archive files and then perform the steps that are described in this section:

Procedure: How to Redeploy an Undeployed Version of Omni-Patient Management Central

  1. Using a terminal emulator (for example, Putty), connect to the Linux system where OPMC will be redeployed.
  2. Navigate to the /bin directory where Apache Tomcat is installed. For example:
    /home/apache-tomcat-7.0.47/bin

    The following image shows a terminal emulator window that is connected to a Linux system and where the cd command is being used to navigate to the /bin directory where Apache Tomcat is installed.

  3. Run ./shutdown.sh to stop Apache Tomcat application server if it is currently started.
  4. Enter the following command to delete the devDb.h2.db file:
    rm devDb.h2.db
  5. Run ./startup.sh to start Apache Tomcat application server.
  6. Deploy the following web archive files for Omni-Patient Management Central (OPMC), including the Omni-Patient 360 Viewer application:
    • omni360.war
    • OmniDomain.war
    • OmniService.war

    For more information, see Deploying Omni-Patient Management Central.