You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2011/04/08 11:42:06 UTC

svn commit: r1090174 - /james/server/trunk/src/site/xdoc/upgrade-2.3.xml

Author: eric
Date: Fri Apr  8 09:42:06 2011
New Revision: 1090174

URL: http://svn.apache.org/viewvc?rev=1090174&view=rev
Log:
Fix content and page title for the migration instructions (JAMES-1219)

Modified:
    james/server/trunk/src/site/xdoc/upgrade-2.3.xml

Modified: james/server/trunk/src/site/xdoc/upgrade-2.3.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/upgrade-2.3.xml?rev=1090174&r1=1090173&r2=1090174&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/upgrade-2.3.xml (original)
+++ james/server/trunk/src/site/xdoc/upgrade-2.3.xml Fri Apr  8 09:42:06 2011
@@ -20,32 +20,36 @@
 <document>
 
  <properties>
-  <title>Upgrading from James Server 2.3</title>
+  <title>Upgrading from Apache James Server 2.3</title>
  </properties>
  
 <body>
 
   <section name="Migrate Apache James Server 2.3 to 3.0">
   
-    <subsection name="Migrate Configuration">
+    <subsection name="New Configuration">
 
       <p>You need to carefully review each <a href="config.html">configuration file</a>
-         and set the needed parameters according to your need. You will find back more or less
-         the same technical information, but you will need to set them in different files.</p>
+         and set the needed parameters according to your needs.</p>
          
-      <p>The fundamental difference is about the <a href="feature-persistence.html">mails persistence</a>.
+      <p>You will find in Apache James 3.0 "more or less" the same parameters than 
+         in Apache James 2.3, but you will need to set them in different files.
+         Unfortunately, it is not possible to provide you with a direct mapping between 
+         2.3 and 3.0 configurations.</p>
+         
+      <p>A fundamental difference in the configuration is about the <a href="feature-persistence.html">mails persistence</a>.
          James 3.0 uses a different storage for user mails that for spam,... mails.</p>
        
     </subsection>
 
-    <subsection name="Migrate Users and Mails">
+    <subsection name="Tool to Migrate Users and Mails">
 
      <p>Set in james23.xml configuration file the type of user repository you were
         using in James 2.3 (example: org.apache.james.user.file.UsersFileRepository).
         You also need to set the URL you was using in 2.3 (db, file,..., example: URL="file://var/users/).
         If you were using file, you need to manually copy the user files to the folder you have specified (example: var/users).</p>
 
-     <p>You can now go to JMX console and invoke the james23importer MBean.
+     <p>You can now go to JMX console and invoke the 'james23importer' MBean.
         It needs two parameters : james23MailRepositoryPath (the mail repository you were using in James 2.3),
         and the defaultPassword(the default password that will be used to create the users).</p>
          



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org