APP用ドメインのサービス削除
APP用ドメインのサービスを削除します。下記コマンドを実行してください。
【Windows】
call "%SWCTMG_HOME%\glassfish3\glassfish\domains\app-domain\bin\SWCTMGAPPService.exe" uninstall
【Linux】
rm -f /etc/init.d/GlassFish_app-domain
APP用ドメインの停止
APP用ドメインを停止します。下記コマンドを実行してください。
【Windows】
%SWCTMG_HOME%\glassfish3\bin\asadmin stop-domain app-domain
【Linux】
/opt/FJSVctbss/glassfish3/bin/asadmin stop-domain app-domain