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 file with my own custom classloader. Does anyone know how
to do that?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980696#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...