我正在尝试在 glassfish 3.1.1 中启动一个域。在此开始期间,将执行数据库迁移,这在我的情况下非常长,并且 glassfish 陷入超时:
> asadmin start-domain MyDomain
[域尝试启动]
No response from the Domain Administration Server (MyDomain) after 600 seconds.
The command is either taking too long to complete or the server has failed.
Please see the server log files for command status.
Please start with the --verbose option in order to see early messages.
Command start-domain failed.
我的问题是:如何增加命令 start-domain 的超时时间?600 秒是不够的。