連載 :
デモでもしようかCeltixstreamsサンプルを試す
2006年12月6日(水)
Javaコマンドを使ってデモを起動
samples/streamsディレクトリから次のコマンドを起動します。
UNIXの場合は以下のコマンドを実行します。
java -Djava.util.logging.config.file=$CELTIX_HOME/etc/logging.properties
-Dceltix.config.file=file:///$CELTIX_HOME/samples/handlers/celtix-server.xml
Demo.streams.server.Server &
java -Djava.util.logging.config.file=$CELTIX_HOME/etc/logging.properties
-Dceltix.config.file=file:///$CELTIX_HOME/samples/handlers/celtix-client.xml
demo.streams.client.Client ./wsdl/hello_world.wsdl
サーバがバックグラウンドで起動します。クライアントを起動した後で、サーバプロセスをkillコマンドで終了してください。
Windowsの場合は以下のコマンドを実行します。
start
java -Djava.util.logging.config.file=%CELTIX_HOME%\etc\logging.properties
-Dceltix.config.file=file:///%CELTIX_HOME%\samples\streams\celtix-server.xml
demo.streams.server.Server
java -Djava.util.logging.config.file=%CELTIX_HOME%\etc\logging.properties
-Dceltix.config.file=file:///%CELTIX_HOME%\samples\streams\celtix-client.xml
demo.streams.client.Client .\wsdl\hello_world.wsdl
新しいコマンドウィンドウがサーバプロセスのために起動します。クライアントを起動した後に、コマンドウィンドウで「Ctrl-c」キーを押してサーバプロセスを終了してください。
WSDLファイルやclassファイルから生成したコードを削除して、buildディレクトリを削除するには次のコマンドを実行してください。
ant clean
Think ITメルマガ会員登録受付中
Think ITでは、技術情報が詰まったメールマガジン「Think IT Weekly」の配信サービスを提供しています。メルマガ会員登録を済ませれば、メルマガだけでなく、さまざまな限定特典を入手できるようになります。