users@glassfish.java.net

Re: GlassFish JMX for Dummies ?

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Wed, 03 May 2006 10:33:30 -0400

Hi Mark,

take a look at the code here [1]. It works pretty well with web app (and
fast), but I doubt it work with EJB and web-app (I've never tried it).
This is not a tutorial but the code is simple enough [2]. Let me know if
you have any question.

Thanks

-- Jeanfrancois

[1]
http://weblogs.java.net/blog/jfarcand/archive/2006/01/fast_web_applic_1.html
[2]
https://glassfish.dev.java.net/source/browse/glassfish/appserv-webtier/sandbox/jmxDeploy/src/java/org/glassfish/deployment/util/JMXDeploy.java?rev=1.1&view=markup

Mark Hansen wrote:
> There is a maven 2 plugin for JBoss (maven-plugin-jboss). It uses JMX
> to let you deploy/undeploy J2EE apps. I'm trying to modify it to create
> a similar plugin for GlassFish. Unfortunately, I am clueless about
> JMX. Is it possible to deploy/undeploy Java EE 5 apps (WAR, EAR, etc)
> to GlassFish using JMX? If so, is there a tutorial somewhere that I
> could use to get started?
>
> Thanks,
>
> Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>