Hi, On Tue, Nov 22, 2016 at 3:56 PM, Customer <[email protected]> wrote: > Thanks Simone. > > > Sorry I got little to none experience to deploying java apps, so this is a > bit challenge for me so far, I got few more related questions if you don't > mind: > > > 1) in start.ini I see --module=jmx is enabled by default, is it safe to > assume that I got jmx up and running on my jetty ?
It is enabled locally, so you can access the server via JMX only if you have access to the host. > 2) Could you please be more specific when you wrote about start/stop() ? I > just want to enable and disable java applications currently stored in jar > files on the fly, but without restarting jetty every single time. I don't understand what you mean here. Web applications are packaged in war files, not jar files. > 3) and could you please clarify with more details last sentence where you > wrote about webapp contexts? https://www.eclipse.org/jetty/documentation/9.3.x/jetty-jconsole.html -- 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
