19. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/8/2016 5:24:52 PM Eastern Standard 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.

19.1 Files compared

# Location File Last Modified
1 rxrefill-v2.0.0 P2.zip\rxr-tomcat-master.zip\tomcat\src\main\assembly\tomcat setenv.bat Mon Feb 2 22:47:32 2015 UTC
2 rxrefill-v2.0.0 P2.zip\rxr-tomcat-master.zip\tomcat\src\main\assembly\tomcat setenv.bat Fri Oct 28 18:48:17 2016 UTC

19.2 Comparison summary

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

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

19.4 Active regular expressions

No regular expressions were active.

19.5 Comparison detail

  1   rem Edit t his file t o CATALINA _BASE\bin\ setenv.bat  to set cu stom optio ns
  2   rem Tomcat  accepts t wo paramet ers JAVA_O PTS and CA TALINA_OPT S
  3   rem JAVA_O PTS are us ed during  START/STOP /RUN
  4   rem CATALI NA_OPTS ar e used dur ing START/ RUN
  5  
  6   rem JVM me mory setti ngs - gene ral
  7   set GENERA L_JVM_OPTS =-Xms${tom cat.heap.x ms}m -Xmx$ {tomcat.he ap.xmx}m - Xss${tomca t.heap.xss }k
  8  
  9   rem JVM Su n specific  settings
  10   rem For a  complete l ist http:/ /blogs.sun .com/watt/ resource/j vm-options -list.html
  11   set SUN_JV M_OPTS=-XX :MaxPermSi ze=256m -X X:MaxGCPau seMillis=5 00
  12  
  13   rem Set an y custom a pplication  options h ere
  14   rem set AP PLICATION_ OPTS=-Dlog s.dir=%CAT ALINA_BASE %\logs
  15   set APPLIC ATION_OPTS =-Dlogs.di r=%CATALIN A_BASE%\lo gs -Dcom.s un.managem ent.jmxrem ote -Dcom. sun.manage ment.jmxre mote. PORT         -Dcom.sun. management .jmxremote .ssl=false  -Dcom.sun .managemen t.jmxremot e.authenti cate=false
  16  
  17   set JVM_OP TS=%GENERA L_JVM_OPTS % %SUN_JVM _OPTS%
  18  
  19   set CATALI NA_OPTS=%J VM_OPTS% % APPLICATIO N_OPTS%