...
Note |
---|
Visit this projects project's build page for source build instructions. |
...
- Download or build the appropriate distribution
- (If not already performed during the build step) Disable/Enable OpenCDS calls and configure the OpenCDS Predicate/Reducer endpoint
- Extract the cda-ws-ear.ear file
- Extract the cda-ws-ejb.jar
- Edit the cda-ws-ejb.jar's META-INF/ejb-jar.xml file and set OPENCDSset OPENCDS_ENABLED = false'(true to utilize the OpenCDS Predicate-Reducer, false if you are only interested in CCD-to-vMR conversion and not the Predicate-Reducer). If you set OPENCDS_ENABLED to true, then also set OPENCDS_ENDPOINT to the URL of the Predicate-Reducer endpoint as configured in the Predicate/Reducer project.
- Archive the cda-ws-ejb.jar with the changed META-INF/ejb-jar.xml file
- Archive the cda-ws-ear.ear file with the changed cda-ws-ejb.jar file
- Copy the cda-ws-ear.ear file to the autodeploy directory of the Glassfish domain you have setup
...