10. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/3/2017 11:15:12 AM Central 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.

10.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\production\jds\src\ewdjs ewdStart-cache.js Tue Jan 10 16:20:50 2017 UTC
2 ehmp.zip\ehmp\ehmp\product\production\jds\src\ewdjs ewdStart-cache.js Tue Oct 3 11:43:54 2017 UTC

10.2 Comparison summary

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

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

10.4 Active regular expressions

No regular expressions were active.

10.5 Comparison detail

  1   /*
  2   Example EW D.js Start up file fo r use with  Cache on  Windows
  3  
  4   Notes:
  5  
  6   1) Change  the databa se.path va lue as app ropriate f or your Ca che instal lation.  A lso change  the
  7       passwo rd etc if  required
  8  
  9   2) IMPORTA NT!: The c ache.node  interface  module fil e MUST exi st in the  primary no de_modules  directory
  10   of your EW D.js confi guration
  11  
  12   */
  13  
  14   var ewd =  require('e wdjs');
  15  
  16   var params  = {
  17         pool Size: 4,
  18         http Port: 8080 ,
  19              traceLevel : 5,
  20         data base: {
  21           ty pe: 'cache ',
  22           pa th: "/usr/ cachesys/m gr",
  23           // username:  "",
  24             username:  " REDAC TE D ",
  25           // password:  "",
  26             password:  " REDACTED ",
  27           // namespace:  "VISTA",
  28           na mespace: " JSONVPR",
  29           de bug: "/tmp /debug.log ",
  30           lo ck: 0,
  31           de bug:1,
  32           pr otocol: 2
  33         },
  34         mana gement: {
  35             //password : ' REDAC T ED '
  36           pa ssword: 'e hmp'
  37        },
  38        webse rvice: { a uthenticat e: false }
  39   };
  40  
  41   ewd.start( params);