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

Data Admin System Documentation - Overview of Installation, Configuration and Customization

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

  1. Acquire Hardware
  2. Install Operating System
  3. Download and Install a Java JDK 1.5+
  4. Install a Java web application server
  5. Install/setup the SQL database
  6. Create the "ibisph_admin_owner" database account
  7. Create the IBIS-PH Data Admin database tables
  8. Optionally populate the IBIS-PH Data Admin database tables with the Utah data
  9. Install the JDBC drivers for the application server and RDBMS
  10. Install/setup the web app server's JNDI configuration (jdbc/doh_ibisph_admin)
  11. Deploy the application
  12. Configure the application (site specific properties)
  13. Test the application. The first test (assuming the app server is started) is to run the jsp/http_test.jsp (HTTP Request Test JSP). This page shows information about the app server, servlet container, JVM, OS, HTTP request, and Xalan (if present). If this page works and displays that type of information then the application is deployed correctly and somewhat alive as it is able to start.

    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-admin.war file then the default context and would be "ibisph-admin" and the full local path would be: http://localhost/ibisph-admin/...

  14. The next thing to test is the root path of the webapp to see if the Main Indicator Profile list page is displayed. If this page does not work then the "app*.log" or server log needs to be checked to gain insight into the problem (typically a database issue).

  15. Setup security and retest the app's default root or DataAdmin request
  16. 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