servlet invalid URL help

when trying to run a serlvet called Servlet1(.class) (java file and html attached) on Amaya using the jigsaw server the following error occured:
 
Invalid URL
The URL http://dpooley:8001/servlet/Servlet1?name=sadfas that you requested is not available  on that server.
 
the servlet is setup as in the jigsaw doc
identifier: servlet1
servlet class; servlet1.class
org.w3c.jigsaw.servlet.servletwrapper

class file is sited in the servlet directory. html located in the www directory. 
 
servlet folder in jigsaw indexer= servlet-indexer , extensible=on

servlet compiled using jdk1.2. is a 2nd stage of compiling necessary?

Received on Tuesday, 16 February 1999 08:48:45 UTC