About monitor the server's status

2012-07-09 Thread Zhi Xie
Does anybody know how to judge the server is started or not after execute ./geronimo.sh start. -- Best Regards Gary Apache Geronimo

Re: About monitor the server's status

2012-07-09 Thread Zhi Xie
I need to write a script in linux which starts a geronimo server, and deploy a war on it. So I need to know when could I start to deploy. I know geronimo3.0 don't support gshell, and I see there is a command wait-for-server in gshell commands. So I guess there is maybe a reference. The other

Re: About monitor the server's status

2012-07-09 Thread Dave Horsey
From memory 2.1.x supports ServerProxy which allows you to test IsFullyStarted as a bool. I have a start test written using the ServerProxy to interface over JMX. I'll forward this to myself at work and can confirm in the morning. Cheers Dave On Mon, Jul 9, 2012 at 10:02 AM, Zhi Xie

Re: About monitor the server's status

2012-07-09 Thread Zhi Xie
Hi, Dave, thank you very much. 2012/7/10 Dave Horsey dave.horse...@gmail.com From memory 2.1.x supports ServerProxy which allows you to test IsFullyStarted as a bool. I have a start test written using the ServerProxy to interface over JMX. I'll forward this to myself at work and can