Does Glassfish have /run and /start options similar to Tomcat
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.
精彩评论