The AS7 book!

JBoss Tuning

JBoss 5 book

No Registration required. Use your FB account to add comments to articles.

Twitter Button

Poll

Which is your favourite JSF library?
 
Top Programming Sites
Home JBoss howto Configuration How to deploy an application remotely with JBoss AS ?

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.

jboss deploy application remotely
In the central frame just select "Add a new resource" and upload your application.