开发者

Does Glassfish have /run and /start options similar to Tomcat

开发者 https://www.devze.com 2023-03-07 07:25 出处:网络
For certain reasons I need to block the command prompt window used to start Glassfish 3.1 server until the server is live however I cannot find the right option to do that. When I execute:

For certain reasons I need to block the command prompt window used to start Glassfish 3.1 server until the server is live however I cannot find the right option to do that. When I execute:

asadmin start-domain

it starts the server and returns the from the command. I need something similar to Tomcat's -run option that keeps the execution in th开发者_StackOverflow中文版e same process (in contrast to the -start one that spawns separate process.

Any help will be appreciated.

toddysm


I think you are looking for the --verbose option.

0

精彩评论

暂无评论...
验证码 换一张
取 消