I can think of only two possibilities.
1) Write a sript that deploys/undeploys the applications (such that only the desired
application is deployed) and starts JBoss.
2) Clone the configuration you are using and deploy individual applications to each clone.
For example, for myapp1.ear, copy server/default as server/myapp1 and deploy myapp1.ear to
server/myapp1/deploy. Then when you want to run only myapp1, enter: ren -c myapp1. (You
could also write a script to do this each time you want to run an app. That is pretty much
what I do.)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979095#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...