Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Installation and Setup of Infrastructure Components

Install Java

Install Java SE SDK version 6

  1. Download appropriate 32-bit or 64-bit Java SE SK from http://www.oracle.com/technetwork/java/javase/downloads/index.html
  2. Run executable, install using default options
    • You can use a non-default installation directory if desired
  3. Control Panel → System → Advanced → Environment Variables → System Variables
    1. Set JAVA_HOME to Java SE SDK location
      1. e.g., C:\Program Files\Java\jdk1.6.0_26
    2. Add %JAVA_HOME%\bin to path
      1. In this example, was added to beginning of path

Install Tomcat

  1. Download latest Tomcat using “32-bit/64-bit Windows Service Installer” from relevant download page at http://tomcat.apache.org
    1. OpenCDS has been tested using both Apache Tomcat versions 6 and 7, and it can be built to run on either, but the public download is built for Tomcat version 6.

      1. Note:  OpenCDS will not deploy on JBoss without making some changes to the included librari
    2. Accept defaults
    3. Installation directory may be changed if desired

    4. Set Tomcat Administrator Login to something secure

      1. You may even prefer to remove the administrator login if you have physical access to the server.
  2. Control Panel → System → Advanced → Environment Variables → System Variables

    1. Set CATALINA_HOME to, e.g., “C:\Program Files\Apache Software Foundation\Tomcat 6.0”

    2. Add %CATALINA_HOME%\bin to Path

      1. In this example, was added to beginning of Path

Install OpenCDS Sample Knowledge Repository

 

  • No labels