- From: Yves Lafon <ylafon@w3.org>
- Date: Mon, 6 Oct 1997 10:25:50 +0200 (MET DST)
- To: Hardeep Sharma <Hardeep.Sharma@digitivity.com>
- cc: www-jigsaw@w3.org
On Fri, 3 Oct 1997, Hardeep Sharma wrote:
> Hi
>
> I am using Jigsaw 1.0beta
>
> I need to create something like 18000 putable directories.
> When I create a PutableDirectory and PUT to it, files are created but
> new directories are not.
>
> If I create (part of!) the directory structure, I appear to have to
> create a PutableDirectory resource for every directory manually
You can have an indexer which will index all your directories as
PutableDirectories, if you want all directories under one to be putable,
attahc to this directory a indexers with *default* directory to
PutableDirectory.
> On other servers I can just use a script to create non existant paths.
Your directories don't exist "physically"... you need then to add
PassDirectories this can be done by generating the right POST thing from
a script, (using the form based interface), or see how you can use
remoteRegisterResource in w3c/jigsaw/admin/ResourceBroker.java (to use
directly the admin server, which is better).
/\ - Yves Lafon - World Wide Web Consortium -
/\ / \ Architecture Domain - Jigsaw
/ \ \/\
/ \ / \ http://www.w3.org/People/Lafon - ylafon@w3.org
Received on Monday, 6 October 1997 04:26:38 UTC