| How to deploy an application temporarly with JBoss ? |
| Written by F.Marchioni | |||||
|
One way to do it, is using the jboss.system:service=MainDeployer Mbean. In practice, if you deploy an application using this MBean your application will be temporarly deployed on the application server. Why temporarly ? because it's not copied into the "deploy" directory but simply deployed where it is. The location of the application is not persisted, JBoss keeps in memory the location of the application, so at server shutdown the application will exit from JBoss. One way to reach this MBean is via the twiddle utility: twiddle invoke "jboss.system:service=MainDeployer" deploy C:\TempApp.war Here the web application TempApp.war is deployed from C:\ . Until JBoss is running.
JBoss.org Search
Custom Search
Only registered users can write comments!
Powered by !JoomlaComment 3.26
3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved." |


