On Mon, 25 Feb 2002 01:47, Paul Hammant wrote:
> I wonder if there are not several distict needs for directory pointers:
>
> 1) True temp dir for block
> 2) True temp dir shared for all blocks in sar (like now)
> 3) Some provision for hosted comps to have their own dir space.

Thats an interesting idea.

> Given that Context has 'Object get(String name)' could we superceed with
> something like :
>
> 1) File dir = (File) context.get("phoenix-dir:block");
> 2) File dir = (File) context.get("phoenix-dir:server-app");
> 3) File dir = (File) context.get("phoenix-hostedcomp-dir:" +
> hc.getID().getString());

try using the string "app.dir" or something and it should work ;)

-- 
Cheers,

Pete

----------------------------------
   "Don't play dumb with me. 
I happen to be an expert at that" 
           - Maxwell Smart
----------------------------------

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

Reply via email to