[jboss-user] [Installation, Configuration & Deployment] - Re: Deploy a web application on JBoss

PeterJ do-not-reply at jboss.com
Wed Dec 20 11:52:02 EST 2006


I already gave you the means to deploy a war file (or exploded directory) from a network location:  use the invoke method on the jboss.system:server=MainDeployer MBean.  The URL you pass to this method, whether an http: url or a file: url, must be valid to access the war file (try it using a browser first). As long as the URL is valid, the war file should deploy.

But as kennychaffin wrote, deploying an application from across a network is not a good idea because you are just adding yet one more point of failure.

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

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



More information about the jboss-user mailing list