Which operating system are you running? For Unix, if you do an exec of the process with a "&" at the end then you are starting up Weblogic in a different session.
For Windows, if you exec "start" with the command file "startWebLogic", it should work. The idea is to startup a new session so that the build process can complete --Jim --- Glenn Kidd <[EMAIL PROTECTED]> wrote: > I was just curious about how people are starting and stopping > WebLogic using ant. I saw the wlrun and wlstop tasks, my problem > with them being that they halt the tasks from completing for as long > as the WebLogic JVM is running. So I am assuming that most everyone > is using the exec task. Are there any other options. Sure would be > nice to have the ability to start without halting completion of a > build.... > > > Glenn > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > ===== "Those who live in the shelter of the Most High will find rest in the shadow of the Almighty. This I declare of the Lord: He alone is my refuge, my place of safety; he is my God, and I am trusting him�" Psalms 91:1-2 (New Living Translation) __________________________________________________ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
