地理データ等を集約するXMLデータベースシステム
* added a script for auto invoking on System V init architecture.
* added <GetCoordinateSystemTransformation> command to protocol.
Server shall return all of CoordinateSystemTransformation.
* changed to be able to switch MySQL connection end point.
If you change following lines in daruma.properties file,
you can specify host and port which MySQL is waiting.
daruma.mysql.host = localhost
daruma.mysql.port = 3306
* changed to be able to switch print initial message or not when
client connects to administrator port.
* changed to use administrator port by default.
○ System V init での OS からの自動起動のためのスクリプトを追加した。
○ プロトコルに <GetCoordinateSystemTransformation> コマンドを追加した。
登録されている全ての座標変換が返される。
○ MySQL の接続先を設定ファイルで切り替えられるようになった。
daruma.properties ファイルに
daruma.mysql.host = localhost
daruma.mysql.port = 3306
等のように記述することで、接続に行く MySQL のホスト、ポートを
指定出来る。
○ DaRuMa を起動、終了するためのスクリプト darumactl を追加した。
○ 管理用ポート接続時にクライアントに表示されるメッセージの on/off を
切り替えられるようにした。
○ 管理用ポートをデフォルトで on にした。