From b123f1a1a0b30c29ff18509f7bdb4c388d6ca9da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Tue, 24 Oct 2006 22:09:59 +0000
Subject: [PATCH] - minimal documentation of the alignment server

---
 README.AServ | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/README.AServ b/README.AServ
index 1be6a574..397eec74 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:
 
-- 
GitLab