my Postable Resource story (part 3)

Kai Schmidt writes:
 > document http://pentium/Test/DynaForm is indexed but not available
 > The server is misconfigured. 

The only reason for having this message is the following (although I
am not sure this will answer your mail):

You have created a subclass of FileResource (or PostableResource),
that - in the latter case - has the "genereates-file" set to false. So
Jigsaw is looking for a file named DynaForm in pentium/Test, which
probably doesn't exist, hence the error.

If your class is a subclass of DynaForm, and if this is the intent,
turn the generates-file attribute to true.

Anselm.

Received on Monday, 25 November 1996 07:50:39 UTC