867. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:46:50 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

867.1 Files compared

# Location File Last Modified
1 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\eHXE_Build3_2017-05-04.zip\NHIN_adapter\weblogic\domains\ehx_devl startWebLogic.sh Fri Apr 7 14:07:08 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\eHXE_Build3_2017-05-04.zip\NHIN_adapter\weblogic\domains\ehx_devl startWebLogic.sh Tue May 30 19:39:40 2017 UTC

867.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 40
Changed 1 2
Inserted 0 0
Removed 0 0

867.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

867.4 Active regular expressions

No regular expressions were active.

867.5 Comparison detail

  1   #!/bin/sh
  2  
  3   # WARNING:  This file  is create d by the C onfigurati on Wizard.
  4   # Any chan ges to thi s script m ay be lost  when addi ng extensi ons to thi s configur ation.
  5  
  6   DOMAIN_HOM E="/u01/ap p/domains/ adapter_de vl"
  7  
  8   # paste th is section  into %DOM AIN_HOME%\ startWebLo gic.cmd.   Make appro priate cha nges
  9   # as appro priate to  you develo pment envi ronment.
  10  
  11   export ADA PTER_CONFI G="$DOMAIN _HOME/../. ./ehx/NHIN _adapter/w eblogic/do mains/adap ter_devl/c onfig"
  12   export CLA SSPATH="$A DAPTER_CON FIG/ D N   N_Adapter- mocks-loca l:$ADAPTER _CONFIG/ D N   N_Adapter: $CLASSPATH "
  13   export JAV A_HOME="/u 01/app/ora cle/java/l atest"
  14   export JAV A_OPTIONS= "-Dweblogi c.security .SSL.minim umProtocol Version=TL Sv1 -Dgov. va.med.env ironment.s ervertype= weblogic - Dcom.sun.x ml.ws.tran sport.http .HttpAdapt er.dump=tr ue -Dcom.s un.xml.ws. transport. http.clien t.HttpTran sportPipe. dump=true  $JAVA_OPTI ONS"
  15   export JAV A_VENDOR=" Sun"
  16   export DER BY_FLAG="f alse"
  17  
  18   # end past e
  19  
  20   ${DOMAIN_H OME}/bin/s tartWebLog ic.sh $*
  21