RE: [JBoss-dev] New JBoss Monitoring services

2004-01-06 Thread Ben Sabrin
Well done Bill, this is good stuff:) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Burke Sent: Friday, December 12, 2003 4:24 PM To: Jboss-Dev; JBoss 2; [EMAIL PROTECTED] Subject: [JBoss-dev] New JBoss Monitoring services This will be released

RE: [JBoss-dev] New JBoss Monitoring services

2004-01-06 Thread Jae Gangemi
agreed - i can't wait to start playing w/ it. any proposed ETA for 3.2.4? -jae -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Sabrin Sent: Tuesday, January 06, 2004 3:00 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] New JBoss Monitoring

RE: [JBoss-dev] New JBoss Monitoring services

2004-01-06 Thread Ivelin Ivanov
? -jae -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Sabrin Sent: Tuesday, January 06, 2004 3:00 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] New JBoss Monitoring services Well done Bill, this is good stuff:) -Original Message

RE: [JBoss-dev] New JBoss Monitoring services

2004-01-06 Thread Ivelin Ivanov
? -jae -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Sabrin Sent: Tuesday, January 06, 2004 3:00 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] New JBoss Monitoring services Well done Bill, this is good stuff:) -Original Message

Re: [JBoss-dev] New JBoss Monitoring services

2004-01-06 Thread Jeff Haynie
PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] New JBoss Monitoring services Well done Bill, this is good stuff:) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Burke Sent: Friday, December 12, 2003 4:24 PM To: Jboss-Dev; JBoss 2; [EMAIL

Re: [JBoss-dev] New JBoss Monitoring services

2004-01-06 Thread Jeff Haynie
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Sabrin Sent: Tuesday, January 06, 2004 3:00 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] New JBoss Monitoring services Well done Bill, this is good stuff:) -Original Message- From

Re: [JBoss-dev] New JBoss Monitoring services

2004-01-06 Thread Ivelin Ivanov
: [JBoss-dev] New JBoss Monitoring services Well done Bill, this is good stuff:) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Burke Sent: Friday, December 12, 2003 4:24 PM To: Jboss-Dev; JBoss 2; [EMAIL PROTECTED

Re: [JBoss-dev] New JBoss Monitoring services

2004-01-06 Thread Jeff Haynie
The java wrapper uses native code to start the JVM and handles natively restart, etc. You basically implement simple Java class that has a start and stop method and we just then call the appropriate method in Server to control jboss - which then goes through the normal lifecycle. The trick,

Re: [JBoss-dev] New JBoss Monitoring services

2004-01-06 Thread Bill Burke
] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Sabrin Sent: Tuesday, January 06, 2004 3:00 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] New JBoss Monitoring services Well done Bill, this is good stuff:) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: [JBoss-dev] New JBoss Monitoring services

2004-01-06 Thread Ivelin Ivanov
Scott, Bill, what do you guys think? Does a native wrapper make sense for restart or it is better to keep it pure java and get away without restarting the vm? Jeff's reasoning makes sense to me. On the other hand though a native ingredient may reduce the overall perception that JBoss is