next up previous contents
Next: MySQL Database Server Up: ASL Server Previous: Compiling the ASL Server   Contents

Starting the ASL Server

To start the server, use

  ~/bin/jsrvr.chk
This script is included in Section 4.

The old-fashioned way to start the server, should it become necessary, is:

  java -classpath .:/home/rvl2/d/asldata/public-web/
     mysql-connector-java-3.1.10-bin.jar JDBCServer &

The server uses JDBC to access mysql, which is why the driver must be included using the jar file mysql-connector-java-3.1.10-bin.jar.

This command should be run as a single line with no space between the / and mysql. Generally,

  ~/bin/jsrvr.chk
should be used instead.

The server is automatically restarted. See Section 4 for details.



2010-03-30