True. But only for the Flight Recorder features on a production environment. If you are using JMC locally (all features), or even using JMC against a production server WITHOUT using Flight Recorder (such as just for the JMX features), then you are not triggering the license requirement.
Joakim Erdfelt / [email protected] On Fri, May 13, 2016 at 3:50 PM, "" <[email protected]> wrote: > Yes, it is shipped, but comes or came under the "commercial features" part > of the software terms an conditions/licence agreement. The listing of > commercial features being in supplementary document. > On 14 May 2016 10:45 a.m., "Joakim Erdfelt" <[email protected]> wrote: > >> 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 / [email protected] >> >> On Fri, May 13, 2016 at 3:43 PM, "" <[email protected]> wrote: >> >>> .... I believe mission control is payware. >>> On 13 May 2016 8:35 p.m., "Simone Bordet" <[email protected]> wrote: >>> >>>> Hi, >>>> >>>> On Fri, May 13, 2016 at 9:43 AM, JingYuan Chen <[email protected]> >>>> 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 >>>> [email protected] >>>> 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 >>> [email protected] >>> 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 >> [email protected] >> 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 > [email protected] > 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 [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
