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
Project | Version Download |
---|---|
CDA Predicate Reducer Web Application | 1.0 |
Visit this projects build page for source build instructions.
Prerequisites
- Install Java SE 7
- Install Glassfish 3.1.2 and configure and start a domain
Consult with the Java SE and Glassfish documentation for installation guides.
Deploying Web Application
- Download or build the appropriate distribution
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
- 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/