users@glassfish.java.net

Re: Glassfish and MBeanServer

From: Marina Vatkina <marina.vatkina_at_oracle.com>
Date: Thu, 10 Jan 2013 15:20:35 -0800

In embedded EJB container we add enabled="false" to disable it...

-marina

On 1/10/13 9:08 AM, Tom Mueller wrote:
> You can remove the <jmx-connector> element from the domain.xml
> (although this is not a supported configuration).
> Tom
>
> On 1/10/13 10:18 AM, Farrukh Najmi wrote:
>> Hi Guys,
>>
>> My webapp which deploys in Glassfish 3.1.2 starts its own MBeanServer
>> at port 1099 using spring JMX.
>> It appears that GF starts it own MBeanServer at port 8686. Is there
>> some way to tell GF to not start that server so my MbeanServer is the
>> only one for the JVM?
>>
>