Mentions légales du service

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

- Introduced instructions for using the server with Oyster directory

parent bfd5911b
No related branches found
No related tags found
No related merge requests found
####################################################################### #######################################################################
# Alignment Server launch instructions # # Alignment Server launch instructions #
# 21/10/2006, version 3.0+ # # 21/02/2008, version 3.1+ #
####################################################################### #######################################################################
Using the alignment server requires an SQL database server. Using the alignment server requires an SQL database server.
...@@ -17,13 +17,17 @@ for the firewalls to open these ports: ...@@ -17,13 +17,17 @@ for the firewalls to open these ports:
default option open? default option open?
HTTP 8089 -H Y HTTP 8089 -H Y
Jade 8888 -A Jade 8888 -A
// 1099 ? (RMI) // 1099 ? (RMI)
7778 Y (MTP HTTP) 7778 Y (MTP HTTP)
WSDL 7777 -W WSDL 7777 -W
JXTA 6666 -P JXTA 6666 -P
Oyster 1099 -O Y (RMI/Kaon2)
mysql 3306 --dbmsport No if on the same machine mysql 3306 --dbmsport No if on the same machine
Both Jade and Oyster/Kaon2 use rmi connection and the default 1099 port.
Moreover, concerning Oyster, this port must be open to the outside.
MYSQL FOR THE FIRST TIME MYSQL FOR THE FIRST TIME
------------------------ ------------------------
...@@ -53,6 +57,28 @@ The next time it is sufficient that mysql is running... (with the database loade ...@@ -53,6 +57,28 @@ The next time it is sufficient that mysql is running... (with the database loade
$ sudo /usr/local/mysql/bin/mysqld_safe --user=mysql & $ sudo /usr/local/mysql/bin/mysqld_safe --user=mysql &
LAUNCHING THE ALIGNMENT SERVER WITH OYSTER REGISTERY
----------------------------------------------------
The alignment API is already compiled with Oyster support. However, it is not ready to be launched. The instructions to do so are:
1) get the Oyster2 package from www.ontoware.org
2) copy the four libraries in lib/ (or at least in the classpath)
3) copy the O2serverfiles directory
4) copy the "new store" config file
5) edit the "new store" config file for it to use the correct environent
6) launch kaon2.jar
java -cp lib/kaon2.jar org.semanticweb.kaon2.server.ServerMain -registry -rmi -ontologies O2serverfiles
[use -registryport for using another port than 1099,
then the "new store" configuration file must be edited]
7) launch the server
java -jar lib/alignsvc.jar -O -d 4
RUNNING THE ALIGNMENT SERVER RUNNING THE ALIGNMENT SERVER
---------------------------- ----------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment