with RMI and the MainDeplyoer I deploy a war file in jboss:

RMIAdaptor server = (RMIAdaptor)jndiContext.lookup("jmx/rmi/RMIAdaptor");
javax.management.ObjectName name = new 
javax.management.ObjectName("jboss.system:service=MainDeployer");
server.invoke(name,"deploy",new Object[]{deployurl},new 
String[]{java.lang.String});

However, I need to run this war fiel with my own custom deployer. Does anyone 
know how to do that?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980504#3980504

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980504
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to