- From: Anselm Baird_Smith <abaird@www43.inria.fr>
- Date: Tue, 18 Feb 1997 12:54:00 +0100 (MET)
- To: "Orjan Reinholdsen" <orjan@spinne.ip.lu>
- Cc: www-jigsaw@w3.org
Orjan Reinholdsen writes:
> Hello!
>
> I'v been trying to setup a servlet using the ServletWrapper (in a
> ServletDirectory) but I don't seem to be entirely successfull. What
> happens is that when I try to supply init arguments (servlet-
> parameters) like "foo=bar", and press OK, I get a document containing
> no data ("no data in document") back.
>
> If I dont supply servlet-parameters it somehow seems to work.
>
> Any suggestions??
Try removing the equal sign, the init parameters are stored as
PropertiesAttribute, whose editing syntax is:
key1 SPACE value1
key2 SPACE value2
BTW I am eager to kknow if you have interesting servlets running under
Jigsaw ;-)
Anselm.
Received on Tuesday, 18 February 1997 06:54:04 UTC