[JBoss-user] [Installation & Configuration] - Netboot configuration with JBoss 4.0.1

2005-04-07 Thread yaronz
Hi,

I'm trying to get a simple Netboot configuration to work with 4.0.1sp1, and 
facing a lot of problems - currently working with support to resolve them. 
However, has anyone besides JBoss core engineers successfully got a netboot 
configuration to work with 4.0.1sp1? If so, any advice on how to do this?

Thanks, Yaron.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873024#3873024

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873024


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Getting attribute change notifications

2005-02-09 Thread yaronz
Dimitris,

 Thanks, from what I read this is the answer. I will give it a try and report 
if there are any problems.

Yaron.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865869#3865869

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865869


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Getting attribute change notifications

2005-02-08 Thread yaronz
Dimitris,

 What I'm trying to do should be pretty straigt forward:

I'm trying to get notification for attribute changes for an existing MBean. The 
idea is to be able to react to changes in MBean attribute values without having 
to use pooling.

An example would be:

The MBean - BasicThreadPoolMBean
The attribute - MaximumPoolSize

I would like to know if someone changes the maximum pool size, in order to 
report that to my monitoring tool as a significant event.

Yaron.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865720#3865720

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865720


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Getting attribute change notifications

2005-02-08 Thread yaronz
Hi,

I tried to figure how to add attribute change notification, and didn't 
understand how to retrive the ModelMBeanNotificationBroadcaster interface via a 
proxy, in a way that will let me call the 
addAttributeChangeNotificationListener from my code.

Is there an example of how to do this? 

Thanks,  Yaron.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865691#3865691

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865691


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: JSP JSR77 MBeans and Statistics

2005-01-21 Thread yaronz
Diripu Hi,

It seems that the simple cases work like you have described, but as soon as the 
web.xml file gets more complex, the JSPs are not monitored. Take a look at what 
happens when you deploy JBoss Duke's bank application (the J2EE example 
application). In this case you will get only one MBean "jsp" which reports 
statistics for all JSPs - which means you can't get information for a specific 
JSP. The web.xml here declars its JSP using a jsp-property-group.

As for jsps that will be added to a directory - you are correct. No MBeans will 
be added.

Still waiting for an answer from one of the JBoss team... This looks to me a 
major issue for anyone that deals with management.

Yaron.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863143#3863143

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863143


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: JSP JSR77 MBeans and Statistics

2005-01-20 Thread yaronz
Hi,

 Any findings on this topic? Not urgent for me, but would be happy to get an 
answer sometime.

Yaron.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862853#3862853

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862853


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - JSP JSR77 MBeans and Statistics

2005-01-14 Thread yaronz
Hi,

With JBoss 4.0.0, JSR77 MBeans are created only for Servlets, but not created 
dynamically for JSPs after they compile.  The JSR77 spec does not mention JSP 
monitoring explicitly, but as they are compiled to Servlets - it would make 
sense that they will be monitored. However, there is only a single MBean 
created, with the name "jsp" under each web application at initialization time. 
I did not managed to see any MBean created after a JSP is compiled.

So, have I missed something, or is it just a bug?

Thanks, Yaron. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862145#3862145

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862145


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Docs for 4.0

2004-12-03 Thread yaronz
Thanks!

:-)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857292#3857292

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857292


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [News & Announcements] - Re: JBoss 4.0 Roadmap update

2004-12-02 Thread yaronz
Hi,

 The URL is broken, you get "The file id is not indicated"

Yaron.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857211#3857211

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857211


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Docs for 4.0

2004-12-02 Thread yaronz
Hi,

 December has arrived - do you have more visibility to the exact release date?

Thanks, Yaron.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857209#3857209

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857209


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user