Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Warning

The CDA Redaction Web Service does not work with Glassfish version 4.  Version 3.1.2 is the recommended version.

Note

The OpenCDS call can be disabled if desired. See below for instructions.

See "// ENTRY POINT FOR ALTERNATIVE REDACTION CODE" in CdaServiceMGR.java for extending redaction processing.

...

  1. Download or build the appropriate distribution
  2. Optional:  Disable  Disable/Enable OpenCDS calls and configure the OpenCDS Predicate/Reducer endpoint
    1. Extract the cda-ws-ear.ear file
    2. Extract the cda-ws-ejb.jar
    3. Edit the cda-ws-ejb.jar's META-INF/ejb-jar.xml file and set OPENCDS_ENABLED = false'
    4. Archive the cda-ws-ejb.jar with the changed META-INF/ejb-jar.xml file
    5. Archive the cda-ws-ear.ear file with the changed cda-ws-ejb.jar file
  3. Copy the cda-ws-ear.ear file to the autodeploy directory of the Glassfish domain you have setup

...