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 09:02:02 UTC

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

Author: eric
Date: Fri Apr  8 07:02:01 2011
New Revision: 1090145

URL: http://svn.apache.org/viewvc?rev=1090145&view=rev
Log:
Format title and content on migration page (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=1090145&r1=1090144&r2=1090145&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 07:02:01 2011
@@ -25,7 +25,7 @@
  
 <body>
 
-  <section name="Migrate from Server 2.3 to Server 3.0">
+  <section name="Migrate Apache James Server 2.3 to 3.0">
   
     <subsection name="Migrate Configuration">
 
@@ -40,15 +40,14 @@
 
     <subsection name="Migrate Users and Mails">
 
-     <ul>
-       <li>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).</li>
-       <li>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).</li>
-     </ul>
+     <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.
+        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>
          
     </subsection>
 



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