Servlet parameters

I didn't see in the documentation as to how parameters are passed to
servlets in Jigsaw.  I have been using
http://localhost/servlet/myservlet/foo?param1=snert with JRun.  This passes
the parameter 'param1' with the value of 'snert' to the path 'foo'.  This
does not seem to work for Jigsaw (I received null-pointer exceptions).

Does Jigsaw handle servlet parameters?

Tom Waterhouse
Novato, CA
tomwater@earthlink.net

Received on Friday, 26 February 1999 03:59:20 UTC