|
Home > Archive > WebSphere Application Server > February 2007 > JMX Permissions have not effect!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
JMX Permissions have not effect!
|
|
|
| I am running WAS 5.1
I have a web application, in which I have written code to register my custom MBeans. However, I have not granted any JMX related permissions in was.policy at all. My code, in this case should not work at all! But I can see my mbeans in the WAS MBeanServer
. Why is this happening. Infact, ANY JMX related permission entry in was.policy has no effect at all!!!
| |
| Paul Ilechko 2007-02-22, 1:19 pm |
| parthmehtaj@gmail.com wrote:
> I am running WAS 5.1
> I have a web application, in which I have written code to register my custom MBeans. However, I have not granted any JMX related permissions in was.policy at all. My code, in this case should not work at all! But I can see my mbeans in the WAS MBeanServ
er. Why is this happening. Infact, ANY JMX related permission entry in was.policy has no effect at all!!!
do you have Java 2 security enabled?
| |
|
| Thanks. Yes I realised that a couple of minutes after I posted this! Thank you very much though.
|
|
|
|
|