866. 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.

866.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.cmd 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.cmd Wed Jun 7 05:50:46 2017 UTC

866.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 44
Changed 2 4
Inserted 0 0
Removed 0 0

866.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

866.4 Active regular expressions

No regular expressions were active.

866.5 Comparison detail

  1   @ECHO OFF
  2  
  3   @REM WARNI NG: This f ile is cre ated by th e Configur ation Wiza rd.
  4   @REM Any c hanges to  this scrip t may be l ost when a dding exte nsions to  this confi guration.
  5  
  6   SETLOCAL
  7  
  8   set DOMAIN _HOME=D:\U sers\ AI \Projects\ eHX\domain s\adapter_ devl
  9  
  10   REM paste  this secti on into %D OMAIN_HOME %\startWeb Logic.cmd.   Make app ropriate c hanges
  11   REM as app ropriate t o you deve lopment en vironment.
  12  
  13   set ADAPTE R_CONFIG=% DOMAIN_HOM E%\..\..\e hx\NHIN_ad apter\webl ogic\domai ns\adapter _devl\conf ig
  14   set CLASSP ATH=%ADAPT ER_CONFIG% \ D N   N_Adapter- mocks-loca l;%ADAPTER _CONFIG%\ D N   N_Adapter; %CLASSPATH %
  15   set JAVA_H OME=c:\App s\Java\lat est7
  16   set JAVA_O PTIONS=-Dw eblogic.se curity.SSL .minimumPr otocolVers ion=TLSv1  -Dgov.va.m ed.environ ment.serve rtype=webl ogic -Dcom .sun.xml.w s.transpor t.http.Htt pAdapter.d ump=true - Dcom.sun.x ml.ws.tran sport.http .client.Ht tpTranspor tPipe.dump =true %JAV A_OPTIONS%
  17   set JAVA_V ENDOR=Sun
  18   set DERBY_ FLAG=false
  19  
  20   REM end pa ste
  21  
  22   call "%DOM AIN_HOME%\ bin\startW ebLogic.cm d" %*
  23  
  24   ENDLOCAL