BEA Logo BEA Tuxedo Release 8.0

  BEA ホーム  |  イベント  |  ソリューション  |  パートナ  |  製品  |  サービス  |  ダウンロード  |  ディベロッパ・センタ  |  WebSUPPORT

 

   Tuxedo ホーム   |   サンプルを使用した BEA Tuxedo アプリケーションの開発方法   |   先頭へ   |   前へ   |   次へ   |   目次

 


ステップ 8: アプリケーションのシャットダウン

  1. tmshutdown を実行して、アプリケーションをシャットダウンします。
    $ tmshutdown
    Shutdown all admin and server processes?(y/n):y
    Shutting down all admin and server processes in /usr/me/CSIMPDIR/TUXCONFIG
    Shutting down server processes ...
    Server Id = 1 Group Id = GROUP1 Machine = simple:shutdown succeeded.
    Shutting down admin processes ...
    Server Id = 0 Group Id = simple Machine = simple:shutdown succeeded.
    2 processes stopped.
    $

  2. ULOG の内容を確認します。
    $ cat ULOG*
    $
    140533.usltux!BBL.22964:LIBTUX_CAT:262:std main starting
    140540.usltux!CSIMPSRV.22965:COBAPI_CAT:1067:INFO:std main starting
    140542.usltux!CSIMPSRV.22965:TPSVRINIT :Welcome to the simple service
    140610.usltux!?proc.22966:CSIMPCL:Started
    140614.usltux!CSIMPSRV.22965:CSIMPSRV :Started
    140614.usltux!CSIMPSRV.22965:CSIMPSRV :Success
    140614.usltux!?proc.22966:switch to new log file
    /home/usr_nm/CSIMPDIR/ULOG.112592
    140614.usltux!?proc.22966:CSIMPCL:Ended

    このセッションでは、ULOG の各行に意味があります。まず、ULOG 行の形式を確認してください。

    time (hhmmss).machine_uname!process_name.process_id:log message

    次に、実際のコード行を確認してください。

    140542. Message from TPSVRINIT in CSIMPSRV

関連項目

 

先頭へ戻る 前のトピックへ 次のトピックへ