Skip to content

Instantly share code, notes, and snippets.

@ponsuke0531
Last active September 18, 2020 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ponsuke0531/170e00622951609b01106556a885c929 to your computer and use it in GitHub Desktop.
Save ponsuke0531/170e00622951609b01106556a885c929 to your computer and use it in GitHub Desktop.
GlassFishとPayaraを使うときに参考になるサイト集 ref: https://qiita.com/ponsuke0531/items/6b3a909e057620e50c9c
# %PAYARA_HOME%/glassfish/bin/asadminにPATHが通っている場合
# 起動したい
$ asadmin start-domain
# 停止したい
$ asadmin stop-domain
# 再起動したい
$ asadmin restart-domain
# 設定値を確認する
$ asadmin get configs.*
# 設定値を確認する : ポートをデフォルトから変えている場合
$ asadmin --port {ポート} --host {ホスト名} get configs.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment