Skip directly to searchSkip directly to the site navigationSkip directly to the page's main content

View System Documentation - Overview of Installation, Configuration and Customization

This page provides a brief overview how to install, configure, and customize the IBIS-PH View System. Listed below are the basic steps:

  1. Acquire Hardware
  2. Install Operating System
  3. Download and Install a Java JDK 1.5+
  4. Install a Java web application server (See the Tomcat page for information about the open source standard).
  5. Deploy the application
  6. Configure the application (site specific properties)
  7. Test the application. The first test (assuming the app server is started) is to run one of the system JSPs. This includes the jsp/SystemInformationPage.jsp (System Information Report JSP) or the jsp/TestPage.jsp (HTTP Request Test JSP). These pages show information about the app server, servlet container, JVM, OS, HTTP request, and Xalan (if present). If these pages work and display that type of information then the application is deployed correctly and somewhat alive as it is able to start.

    The next thing to test is the root path of the webapp to see if the Welcome page is displayed. If no welcome page is defined then test another known URL which is supposed to work.

    Note that for all tests the application's context will need to be considered as well as the server's IP address or name and port. If testing on the local machine and the application was deployed using the standard ibisph-view.war file then the default context and would be "ibisph-view" and the full local path would be: http://localhost/ibisph-view/...

  8. Customize the User Interface

Customization/Configuration Overview

Listed below is a brief overview of the types of items which are modified by an adopting agency. The items are listed in a "Likelyhood of Change" order starting with items that should not be changed (not site specific) to the items that most likely will be changed (site specific).

Not Site Specific


Semi Site Specific


Site Specific


Other Relevant System Administrator Information