54. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/25/2018 9:21:43 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.

54.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\ZIP\DSM-cif\Direct Implementation\java\install\build\download\apache-james-2.3.2\james-2.3.2 UPGRADE.txt Mon Aug 10 14:51:06 2009 UTC
2 C:\AraxisMergeCompare\Pri_re\ZIP\DSM-cif\Direct Implementation\java\install\build\download\apache-james-2.3.2\james-2.3.2 UPGRADE.txt Thu May 24 19:38:54 2018 UTC

54.2 Comparison summary

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

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

54.4 Active regular expressions

No regular expressions were active.

54.5 Comparison detail

  1     ======== ========== ========== ========== ========== ========== ========== ===
  2     ===          The Ap ache Softw are Founda tion JAMES  Server               ===
  3     ======== ========== ========== ========== ========== ========== ========== ===
  4  
  5     Upgradin g from Jam es 2.2.0 t o 2.3.x
  6     -------- ---------
  7     
  8     Please n ote that y ou need to  start jam es 2.3.x o nce before  this step s can be p erformed.  For instal lation gui delines 
  9     read the  README.
  10     
  11  
  12     Step 1:  Copy mailb oxes and u sers
  13  
  14       Remove  the apps/ james/var  directory  and copy t he apps/ja mes/var di rectory of  the old j ames
  15       instal lation in  this place .
  16  
  17  
  18     Step 2:  Copy and m odify conf ig.xml
  19  
  20       Step 2 .1 : Remov e fetchpop  block
  21         
  22         Its  necessary  to remove  the fetchp op block i n config.x ml cause f etchpop wa s removed  in 2.3.
  23  
  24       
  25       Step 2 .2 : Move  mailet and  matcher p ackages co nfig
  26         
  27         Move  <mailetpa ckages> an d <matcher packages>  outside fr om the <sp oolmanager > block.
  28  
  29         
  30       Step 2 .3 : Add n eccassary  mailets
  31         
  32         Add  the <maile t match="A ll" class= "Postmaste rAlias"/>  as the fir st mailet  of the "ro ot" proces sor.
  33         This  was hardc oded in 2. 2.0 and pr evious. No w we made  it configu rable.
  34  
  35         
  36       Step 2 .4 : Move  the spoolr epository  config
  37       
  38         Move  the spool repository  out of th e mailstor e. Its als o necessar y to chang e the conf ig syntax.  For examp le :
  39         
  40         <spo olReposito ry>
  41            < repository  destinati onURL="db: //maildb/s pool/spool " type="SP OOL"/>
  42         </sp oolReposit ory>
  43  
  44         Must  converted  to
  45         <spo olreposito ry destina tionURL="d b://maildb /spool/spo ol" type=" SPOOL"/>
  46  
  47    
  48       Step 2 .5 : Move  the object store
  49         
  50         Move  the objec tstore con fig into t he mailsto re config.
  51         
  52       Step 2 .6 : Add S SL to serv er-sockets
  53         
  54         To b e able to  use SSL yo u need to  add this S SL config  to the ser ver-socket s block:
  55         
  56            < !--
  57            < factory na me="ssl" c lass="org. apache.ava lon.corner stone.bloc ks.sockets .TLSServer SocketFact ory">
  58                <ssl-fac tory>
  59                   <keys tore>
  60                      <f ile>conf/k eystore</f ile>
  61                        <password> PW      </password >
  62                        <key-passw ord> PW      </key-pass word>
  63                      <t ype>JKS</t ype>
  64                      <p rotocol>TL S</protoco l>
  65                      <a lgorithm>S unX509</al gorithm>
  66                      <a uthenticat e-client>f alse</auth enticate-c lient>
  67                   </key store>
  68                </ssl-fa ctory>
  69            < /factory>
  70            - ->
  71       
  72       
  73     Step 3:  Modify cos tum mailet s if neces sary
  74       Please  note the  following  things whi ch were ch anged. So  maybe its  necessary  for you to  
  75       change  some stuf f in your  mailets.
  76         
  77       Avalon  updates:
  78       
  79         o  a valon Comp onent has  been repla ced by ava lon Servic e
  80         o  a valon Comp osable has  been repl aced by av alon Servi ceable
  81         o  a valon Comp onentManag er has bee n replaced  by avalon  ServiceMa nager
  82       
  83       
  84       Corner stone upda tes:
  85       
  86       o  Mai lStore int erface has  been remo ved: maile ts looking  up the Ma ilStore sh ould now l ookup
  87          a S tore (org. apache.ava lon.corner stone.serv ices.store .Store)
  88     
  89     
  90     Step 4:  Start jame s
  91         
  92       Now yo u should b e able to  start jame s without  problems.
  93         
  94         
  95     Good luc k :)  
  96  
  97    
  98                                                  The Jam es Project
  99                                               http://jam es.apache. org/