[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deply from console

PeterJ do-not-reply at jboss.com
Wed Jan 9 11:14:09 EST 2008


You could use the 'deploy' operation on the jboss.system:service=MainDeployer MBean. The only gotcha with that is that the file name and path you give to the deploy method must be accessible from the server (in other words, this method does not copy the file from the client to the server).

If you want to be able to remotely deploy applications, you will need to write code. A servlet that uses the html file upload mechanism should do it.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118347



More information about the jboss-user mailing list