「プログラム」 > 「IBM
WebSphere」 > 「アプリケーション・サーバー」 > 「サーバーを始動」の順に選択します。
cd WebSphere_install_root/bin
./startServer.sh server1
ここで、WebSphere_install_root は、WebSphere Application
Server がインストールされているディレクトリーです。http://localhost:9090/admin
-Djava.compiler=NONE -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7777ここで、address は、JVM デバッグ・ポート番号を指定します。デフォルト値は 7777 です。
cd WebSphere_install_root/bin
./stopServer.sh server1
./startServer.sh WebSphere_Portal
ここで、WebSphere_install_root は、WebSphere Application
Server がインストールされているディレクトリーです。