Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Share my experience and Thank you !

Starting with Oracle JDK 7 Update 40 (7u40), Java Mission Control is bundled with the HotSpot JVM.

That means its included in all of the released JVMs since then.
You have it now.  Try it.

$ jmc

Joakim Erdfelt / joakim@xxxxxxxxxxx

On Fri, May 13, 2016 at 3:43 PM, "" <lord.buddha@xxxxxxxxx> wrote:

.... I believe mission control is payware.

On 13 May 2016 8:35 p.m., "Simone Bordet" <sbordet@xxxxxxxxxxx> wrote:
Hi,

On Fri, May 13, 2016 at 9:43 AM, JingYuan Chen <phil.cyc@xxxxxxxxx> wrote:
> It is simple and flexible to configure.
>
> I use it to create two instances with different initial parameters. One is
> Production and the other is Sandbox. Sandbox is not only for test purpose
> but also dealing with background jobs. Both of them connect to the same
> database. Jetty helps me to achieve that easily. I just created 2
> sub-directories for different instance. It is very convenient.
>
> However, there is one thing that I haven't achieved. My JMX is enabled but I
> can not connect it with Jconsole.

Don't use JConsole, you can use Java Mission Control (JMC) that is now
shipped with the JDK, it's a much more powerful tool.

To be able to connect with JMC (or JConsole) to a remote Jetty server,
you need to enable the "jmx-remote" module in the Jetty server.
That will allow you to connect from remote.

--
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top