66. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/15/2018 10:47:17 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.

66.1 Files compared

# Location File Last Modified
1 MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_devops\src\main\portal-admin jRebelConfiguration.sh Thu Aug 23 21:39:14 2018 UTC
2 MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_devops\src\main\portal-admin jRebelConfiguration.sh Sat Sep 15 20:15:52 2018 UTC

66.2 Comparison summary

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

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

66.4 Active regular expressions

No regular expressions were active.

66.5 Comparison detail

  1   #!/bin/bas h
  2  
  3   # Setup my  environme nt
  4   #. ${SCRIP TS_HOME}/$ {DOMAIN_NA ME}.profil e
  5   . /vagrant /shell/por tal-admin/ portal.dev .profile
  6  
  7   # Check to  see wheth er jRebel  configurat ion has al ready been  created.  If 
  8   # it has n ot, then c reate it.
  9   echo "Chec king exist ence of JR ebel folde r: /u01/ap p/domains/ ${DOMAIN_N AME}/lib"
  10   if [ ! -d  "/u01/app/ liferay-po rtal-6.2-e e-sp14/tom cat-7.0.62 /lib/jrebe l" ]; then
  11           ec ho "Could  not find J Rebel inst allation;  Logging in  as Lifera y and inst alling JRe bel within  ${LIFERAY _TOMCAT_HO ME}/lib"
  12           ec ho "Downlo ading the  latest JRe bel zip fi le from Ze roturnarou nd website ..."
  13           su do su - li feray -c " cd ${LIFER AY_TOMCAT_ HOME}/lib/ ; wget htt p://dl.zer oturnaroun d.com/jreb el-stable- nosetup.zi p"
  14           #e cho "Downl oading the  required  JRebel zip  file from  cm82..."
  15             #sudo su -  liferay - c "cd ${LI FERAY_TOMC AT_HOME}/l ib/; wget  http:// DNS /tools/jre bel/jrebel -stable-no setup.zip"
  16           ec ho "Unzipp ing the JR ebel zip f ile as lif eray user"
  17           su do su - li feray -c " cd ${LIFER AY_TOMCAT_ HOME}/lib/ ; /usr/bin /unzip -q  jrebel-sta ble-nosetu p.zip"
  18           ec ho "Removi ng JRebel  setup zip  file"
  19           su do su - li feray -c " rm -rf ${L IFERAY_TOM CAT_HOME}/ lib/jrebel -stable-no setup.zip"
  20           ec ho "Copyin g the sete nv based J Rebel file  to bin di rectory"
  21           su do su - li feray -c " cp /vagran t/shell/po rtal-admin /tomcat-se tenvWithJR ebel.sh ${ LIFERAY_TO MCAT_HOME} /bin/seten v.sh"
  22           ec ho "Restar ting Tomca t"
  23           su do su - li feray -c " $LIFERAY_T OMCAT_HOME /bin/catal ina.sh jpd a start"
  24   fi
  25           ec ho "Found  JRebel ins tallation;  Skipping  JRebel set up"