Installing and Configuring the CDA Predicate Reducer Web App

The CDA Predicate Reducer is a simple web application for submitting a single CDA for redaction and reviewing of the result.

Downloads

 

ProjectVersion Download
CDA Predicate Reducer Web Application1.0

Visit this projects build page for source build instructions.

Prerequisites

Consult with the Java SE and Glassfish documentation for installation guides.

Deploying Web Application

  1. Download or build the appropriate distribution
  2. Create the reducer-env.properties under the "config" directory of the Glassfish domain you have setup

    $GLASSFISH_HOME/domains/domain1/config/reducer-env.properties
    # locate a copy of this file named "reducer-env.properties" in the config directory of the domain this app is deployed to.
    cdaWebservice= http://<domain hostname>:<domain port>/CdaService/Evaluate?wsdl
  3. Copy the cda-ws-web.war file to the autodeploy directory of the Glassfish domain you have setup

Web Application URL

The web app will be deployed to:

    http://<domain hostname>:<domain port>/cda-ws-web/