- From: Anselm Baird_Smith <abaird@www43.inria.fr>
- Date: Wed, 20 Nov 1996 09:23:37 +0100 (MET)
- To: Mark Friedman <mark@intraspect.com>
- Cc: www-jigsaw@w3.org
Mark Friedman writes: > How can I programmatically do the things that that the Admin forms > let me do manually, like create new resources, edit properties, restart > server, etc. At this point, the best way is to examine the code of all the admin resources. I'll be glad to answer questions on the list for further infos. For resource creation, you can also check the DirectoryResource:createDefaultResource method, along with the resource indexer (w3c.jigsaw.indexer.ResourceIndexer) For all global methods (restart/shutdown, etc) check w3c.jigsaw.http.httpd Most of this "API" is still very flaky, I am willing to do any suggested clean-up. Anselm.
Received on Wednesday, 20 November 1996 03:24:05 UTC