We have an app server cluster and we've used the resin-admin web console 
to deploy an application to it. Now we want to undeploy that app. We've 
tried using the 
com.caucho.management.server.ArchiveDeployMXBean.undeploy method through 
the MBeanServer.invoke functionality, but it doesn't seem to be doing 
the trick.

The call I'm trying looks like:
_server.invoke(objName, "undeploy", new String[] {"myapp"}, new String[] 
{"java.lang.String"}

Does anybody have some sample JMX code or another idea of how to 
undeploy applications that aren't dropped just dropped into the local 
webapps dir?

Thanks in advance,

--Matt


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to