NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleContinual services

MySQL, the Tomcat server for NBIA, and the Tomcat server optionally installed for UPT must run continually as services. The instructions in this section cover all of these scenarios. For an NBIA 7.1 GA deployment, there are at least three servers, and if UPT is installed, four servers:

  • Tomcat 7 (for the NBIA application)
  • MySQL 5.5 - Only use this version, as newer versions have not been tested with NBIA.
  • CTP (Clinical Trial Processor)

Running Tomcat as a Service

...

  1. Linux
    See https://tomcat.apache.org/tomcat-7.0-doc/setup.html.

    Multiexcerpt include
    MultiExcerptNameExitDisclaimer
    nopaneltrue
    PageWithExcerptwikicontent:Exit Disclaimer to Include
    .

  2. Windows
    To run an existing Tomcat command line installation see https://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html 

    Multiexcerpt include
    MultiExcerptNameExitDisclaimer
    nopaneltrue
    PageWithExcerptwikicontent:Exit Disclaimer to Include

    Once Tomcat is installed, you will need to provide the Windows Service with the location of jaas.conf in the Tomcat conf directory. Do this by running Configure Tomcat, which was installed with the Windows Service under the Java tab.

    Example:

    -Djava.security.auth.login.config==c:/apps/nbia/Tomcat7.68/conf/jaas.config indicates where the files are.

Apache Tomcat 7.0 New PropertiesImage Modified


Info
titleImportant!

You need administrator access to complete this task.

...