Produced by Araxis Merge on 3/1/2018 12:13:21 PM Central 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | ehealth_xchange_cif.zip\NHIN_adapter\weblogic\domains\ehx_sqa2\update | 7.3.0_Update_Script.py | Thu Feb 22 14:23:42 2018 UTC |
| 2 | ehealth_xchange_cif.zip\NHIN_adapter\weblogic\domains\ehx_sqa2\update | 7.3.0_Update_Script.py | Thu Mar 1 17:45:36 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 4 | 174 |
| Changed | 3 | 6 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 1 | def startT ransaction (): | |
| 2 | edit() | |
| 3 | startEdi t() | |
| 4 | ||
| 5 | def commit Transactio n(): | |
| 6 | save() | |
| 7 | activate (block='tr ue') | |
| 8 | ||
| 9 | def rollba ckTransact ion(): | |
| 10 | undo() | |
| 11 | stopEdit () | |
| 12 | ||
| 13 | def main() : | |
| 14 | connect( ) | |
| 15 | ||
| 16 | startTra nsaction() | |
| 17 | ||
| 18 | cd('/') | |
| 19 | cmo.crea teCluster( 'dq_cl') | |
| 20 | ||
| 21 | cd('/Clu sters/dq_c l') | |
| 22 | cmo.setC lusterMess agingMode( 'unicast') | |
| 23 | ||
| 24 | cd('/Clu sters/dq_c l/DynamicS ervers/dq_ cl') | |
| 25 | cmo.setD ynamicClus terSize(0) | |
| 26 | cmo.setM axDynamicC lusterSize (8) | |
| 27 | cmo.setS erverNameP refix('dq_ ms') | |
| 28 | cmo.setI gnoreSessi onsDuringS hutdown(fa lse) | |
| 29 | cmo.setC alculatedM achineName s(true) | |
| 30 | cmo.setD ynamicClus terShutdow nTimeoutSe conds(0) | |
| 31 | cmo.setW aitForAllS essionsDur ingShutdow n(false) | |
| 32 | cmo.setC alculatedL istenPorts (false) | |
| 33 | cmo.setM achineMatc hType('nam e') | |
| 34 | cmo.setM inDynamicC lusterSize (1) | |
| 35 | cmo.setD ynamicClus terCooloff PeriodSeco nds(900) | |
| 36 | cmo.setMac hineNameMa tchExpress ion(' SERVER ') | |
| 37 | ||
| 38 | cd('/') | |
| 39 | cmo.crea teServerTe mplate('dq _msTemplat e') | |
| 40 | ||
| 41 | cd('/Ser verTemplat es/dq_msTe mplate') | |
| 42 | cmo.setC luster(get MBean('/Cl usters/dq_ cl')) | |
| 43 | #cmo.set CustomIden tityKeySto rePassPhra seEncrypte d('Nhiappd ev') | |
| 44 | cmo.setC ustomIdent ityKeyStor eType('JKS ') | |
| 45 | cmo.setK eyStores(' CustomIden tityAndCus tomTrust') | |
| 46 | cmo.setC ustomTrust KeyStorePa ssPhrase(' changeit') | |
| 47 | cmo.setC ustomTrust KeyStoreFi leName('co nfig/certs /trust.jks ') | |
| 48 | cmo.setC ustomTrust KeyStoreTy pe('JKS') | |
| 49 | cmo.setC ustomIdent ityKeyStor eFileName( 'config/ce rts/nhiapp -sqa2.jks' ) | |
| 50 | cmo.setL istenPort( 7262) | |
| 51 | ||
| 52 | cd('/Ser verTemplat es/dq_msTe mplate/SSL /dq_msTemp late') | |
| 53 | cmo.setH ostnameVer ificationI gnored(tru e) | |
| 54 | cmo.setSer verPrivate KeyAlias(' SERVER ') | |
| 55 | cmo.setE nabled(tru e) | |
| 56 | cmo.setI nboundCert ificateVal idation('B uiltinSSLV alidationO nly') | |
| 57 | cmo.setO utboundCer tificateVa lidation(' BuiltinSSL Validation Only') | |
| 58 | #cmo.set ServerPriv ateKeyPass PhraseEncr ypted('Nhi appdev') | |
| 59 | cmo.setU seServerCe rts(true) | |
| 60 | cmo.setL istenPort( 10262) | |
| 61 | ||
| 62 | cd('/Ser verTemplat es/dq_msTe mplate/Web Server/dq_ msTemplate /WebServer Log/dq_msT emplate') | |
| 63 | cmo.setN umberOfFil esLimited( false) | |
| 64 | ||
| 65 | cd('/Ser verTemplat es/dq_msTe mplate/Ser verStart/d q_msTempla te') | |
| 66 | cmo.setB eaHome('/u 01/app/ora cle/weblog ic') | |
| 67 | #cmo.setPa sswordEncr ypted(' REDACTED ') | |
| 68 | cmo.setJ avaVendor( 'Sun') | |
| 69 | cmo.setJ avaHome('/ u01/app/or acle/java/ latest') | |
| 70 | cmo.setC lassPath(' $CLASSPATH :config/dq ') | |
| 71 | cmo.setA rguments(' -Xms1024m -Xmx1024m -Djava.sec urity.egd= file:/dev/ ./urandom -Dweblogic .security. SSL.minimu mProtocolV ersion=TLS v1') | |
| 72 | cmo.setU sername('w eblogic') | |
| 73 | ||
| 74 | cd('/Ser verTemplat es/dq_msTe mplate/Ser verDiagnos ticConfig/ dq_msTempl ate') | |
| 75 | cmo.setW LDFDiagnos ticVolume( 'Low') | |
| 76 | ||
| 77 | cd('/Clu sters/dq_c l/DynamicS ervers/dq_ cl') | |
| 78 | cmo.setS erverTempl ate(getMBe an('/Serve rTemplates /dq_msTemp late')) | |
| 79 | cmo.setD ynamicClus terSize(1) | |
| 80 | cmo.setM axDynamicC lusterSize (200) | |
| 81 | ||
| 82 | cd('/JDB CSystemRes ources/ada pter') | |
| 83 | set('Tar gets',jarr ay.array([ ObjectName ('com.bea: Name=adapt er_cl,Type =Cluster') , ObjectNa me('com.be a:Name=dq_ cl,Type=Cl uster')], ObjectName )) | |
| 84 | ||
| 85 | cd('/JDB CSystemRes ources/ada pter_XA') | |
| 86 | set('Tar gets',jarr ay.array([ ObjectName ('com.bea: Name=adapt er_cl,Type =Cluster') , ObjectNa me('com.be a:Name=dq_ cl,Type=Cl uster')], ObjectName )) | |
| 87 | ||
| 88 | commitTr ansaction( ) | |
| 89 | ||
| 90 | main() |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.