Re: Changing initial root resource

Maybe I'm dense but I'm still missing something. Suppose I have a class
named "foo" which implements a Resource. How do I get that class into
the root resource store mapped to some name "bar" so that I can set the
w3c.jigsaw.root.name property to "bar"?

-Mark

Anselm Baird_Smith wrote:

> Mark Friedman writes:
>  ... How do I get that resource name (that I specify as
> the
>  > value of the w3c.jigsaw.root.name property) mapped to the my
> resource in
>  > the root resource store?
>
> Easier to set it before you call initialize. You either have to know
> the name before hand. Otherwise , the best thing is to start the
> server normally (initialize), introspect its root store to find the
> nam,e of avail resources, and then use the changeRoot method.

Received on Thursday, 5 June 1997 12:27:24 UTC