Okay I just implemented this and committed to CVS. You should be able to 
remove all .sar files from the ../apps/ directory and then specify individual 
apps on the command line like

./run.sh --application=../some-dir/myapp1.sar
./run.sh --application=../some-dir/myapp2.sar
./run.sh --application=../some-dir/myapp3.sar


On Wed, 17 Oct 2001 19:02, Peter Donald wrote:
> On Wed, 17 Oct 2001 07:24, Jar Lyons wrote:
> > I have an interesting operational question.
> >
> > I have <n> different applications that I want running in their own
> > separate instance of phoenix.
> >
> > It seems I have to explicitly point to a single ....sar file each time
> > I launch phoenix, but I don't see
> > any documentation on how to to that.
> >
> > If I put each ....sar file in the phoenix apps directory, then I will
> > get all 3 apps running the first time
> > I start phoenix, which is NOT what I want.
> >
> > Anyone know how to do this?
>
> There is no real way, except via installing phoenix 3 times at this stage.
> However it should be easy enough to allow support for such things by doing
> something like one of
>
> ./run.sh --run-app=../apps/myapp1.sar
> ./run.sh --launch-application=../apps/myapp2.sar
> ./run.sh --start-application=../apps/myapp3.sar
>
> I may try to add this in on the weekend.

-- 
Cheers,

Pete

Frank Zappa observed: "It's not getting any smarter out
                       there.You have to come to terms with
                       stupidity, and make it work for you."

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to