How to deploy an application remotely with JBoss AS ?
JBoss recipe of the day
If you are running a JBoss AS release 5.1.0, there's a web application named admin-console which is going to replace the jmx-console for monitoring the application server.
You can launch it this way:
http://xx.xx.xx.xx/admin-console
(Replace the xx.xx.xx.xx with your IP Address)
Now, in order to deploy an application select in the left tree view the type of Application you wish to deploy (Web, EJB or other) and click on the folder node.
You can launch it this way:
http://xx.xx.xx.xx/admin-console
(Replace the xx.xx.xx.xx with your IP Address)
Now, in order to deploy an application select in the left tree view the type of Application you wish to deploy (Web, EJB or other) and click on the folder node.
In the central frame just select "Add a new resource" and upload your application.

