diff --git a/README.AServ b/README.AServ
index 1be6a57427a78ef9bbd88b357d1b9121015735fb..397eec741a8b2b97ddda47aee4fd8565b8176065 100644
--- a/README.AServ
+++ b/README.AServ
@@ -13,13 +13,16 @@ The alignment server is a communicating system that communicates through
 TCP sockets which are bound to ports on your machines. We provide here the
 list of default ports and options to change them as well as the necessity
 for the firewalls to open these ports:
+
     	default	  option  open?
-HTTP	8080	  -httpport	Y
-Jade		  -jadeport
-	1099			? (RMI)
+HTTP	8089	  -H	  Y
+Jade	8888	  -A
+//	1099			? (RMI)
 	7778			Y (MTP HTTP)
-WSDL
-mysql	3306	-dbmsport	No if on the same machine
+WSDL	7777	  -W
+JXTA	6666	  -P
+
+mysql	3306	--dbmsport	No if on the same machine
 
 MYSQL FOR THE FIRST TIME
 ------------------------
@@ -31,8 +34,7 @@ $ /usr/local/mysql/bin/mysql -u root -ppasswd
 sql> source dbschema.sql
 sql> quit
 
-SAMPLE SCRIPT
--------------
+Sample saving of the server content:
 
 $ /usr/local/mysql/bin/mysqldump -u adminAServ -paaa345 AServDB > toto.sql
 $ /usr/local/mysql/bin/mysql -u adminAServ -paaa345 AServDB
@@ -42,14 +44,14 @@ sql> source toto.sql;
 LAUNCHING MYSQL AND LOADING SAMPLE DATABASE
 -------------------------------------------
 
-The next time it is sufficient that mysql is running...
+The next time it is sufficient that mysql is running... (with the database loaded)
 
 $ sudo /usr/local/mysql/bin/mysqld_safe --user=mysql &
 
 RUNNING THE ALIGNMENT SERVER
 ----------------------------
 
-$ java -jar lib/alignsvc.jar -d 4
+$ java -jar lib/alignsvc.jar -H
 
 The alignment server is then available through HTTP with: