|
|
| hollfelder 2004-04-22, 12:35 pm |
| Has anyone experience with the voter mbean example from the article of mr leigh williamson? System Administration for WebSphere AS V5 Part4
It runs fine but I cannot see it in the wsadmin tool.
I developed a mBean just like in the example and configured it just like in the example but I don't know how to find it and manipulate it.
Any help appreciated.
Thanks,
Thomas
| |
| Ken Hygh 2004-04-22, 6:34 pm |
| hollfelder wrote:
>Has anyone experience with the voter mbean example from the article of mr leigh williamson? System Administration for WebSphere AS V5 Part4
>It runs fine but I cannot see it in the wsadmin tool.
>I developed a mBean just like in the example and configured it just like in the example but I don't know how to find it and manipulate it.
>
>Any help appreciated.
>
>Thanks,
>
>Thomas
>
>
>
there are some open-source JMX browsers around - I think apache has one,
and IIRC there was one on alphaworks. You might google for such a thing.
wsadmin only manipulates the MBeans that are pre-defined, so you won't
be able to see yours there or in the console.
Ken
| |
| hollfelder 2004-04-23, 9:33 am |
| > hollfelder wrote:
>
> from the article of mr leigh williamson? System
> Administration for WebSphere AS V5 Part4
> tool.
> configured it just like in the example but I don't
> know how to find it and manipulate it.
> there are some open-source JMX browsers around - I
> think apache has one,
> and IIRC there was one on alphaworks. You might
> google for such a thing.
>
> wsadmin only manipulates the MBeans that are
> pre-defined, so you won't
> be able to see yours there or in the console.
>
> Ken
>
I tried out a few others browsers but there is no way to find it. How can I control where my MBean get deployed?
Is it really all to implement JMXManageable and CustomService (including the MBeanDescriptor.XML file). If so what Information must be returned by method
"public Properties getMBeanProperties()"
how does the WAS jmx implementation knows where in the namespace put the mbean?
Thomas
| |
| Ken Hygh 2004-04-23, 9:33 am |
| hollfelder wrote:
>I tried out a few others browsers but there is no way to find it. How can I control where my MBean get deployed?
>Is it really all to implement JMXManageable and CustomService (including the MBeanDescriptor.XML file). If so what Information must be returned by method
>"public Properties getMBeanProperties()"
>how does the WAS jmx implementation knows where in the namespace put the mbean?
>
>Thomas
>
>
>
>
What do you mean by 'namespace'? MBeans are not automatically registered
in JNDI.
I haven't played with this in a while, so I can't answer your other
questions.
Ken
| |
| honore 2006-08-29, 10:20 am |
| Did you ever find out, why the MBean isn't properly registered? I just tried the same example with WAS 5.1 and encountered exactly the same problem.
Regards, Honoré.
quote: Originally posted by hollfelder
Has anyone experience with the voter mbean example from the article of mr leigh williamson? System Administration for WebSphere AS V5 Part4
It runs fine but I cannot see it in the wsadmin tool.
I developed a mBean just like in the example and configured it just like in the example but I don't know how to find it and manipulate it.
Any help appreciated.
Thanks,
Thomas
|
|
|
|