我只想在 localhost 界面上运行 micro-payara。我该如何管理?
我没有找到任何命令行选项: https ://payara.gitbooks.io/payara-server/documentation/payara-micro/appendices/cmd-line-opts.html
我只想在 localhost 界面上运行 micro-payara。我该如何管理?
我没有找到任何命令行选项: https ://payara.gitbooks.io/payara-server/documentation/payara-micro/appendices/cmd-line-opts.html
你是对的,没有命令行选项来指定命令行上的地址。您必须更深入地使用该--prebootcommandfile
选项指定命令文件。
命令文件(我们称之为commands.txt
)应包含以下行:
set configs.config.server-config.network-config.network-listeners.network-listener.http-listener.address=localhost
应用该文件的命令行是:
java -jar payara-micro.jar --prebootcommandfile commands.txt