[jboss-dev-forums] [Deployers on JBoss (Deployers/JBoss)] - Re: How to start a single application in jboss
PeterJ
do-not-reply at jboss.com
Wed Oct 18 10:28:28 EDT 2006
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#3979095
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979095
More information about the jboss-dev-forums
mailing list