Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b123f1a1 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- minimal documentation of the alignment server

parent 909a7b79
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment