Servlet use question

I am trying to put a very simple servlet into the servlet directory which 
comes ready-made with Jigsaw 2.0.3. As soon as I drop the .class file into 
the servlet directory, I can no longer access the contents of the directory 
through jigadmin or jigadm. The error I get is: RemoteAccesException cannot 
access localhost:8009 after three tries. I can, however, access anything 
else inside my WWW directory. Further I cannot access the servlet directory 
through my browser. It's as if it wasn't there. To fix this I tried a 
couple of things:
1) Deleted the servlet directory and created a new one following the steps 
in the servlet tutorial. As soon as I added the servlet indexer to it, the 
error occurred.
2) I created another directory with a different name following the same 
steps as in number one. The same error occured.
3) I tried putting the servlet .class file straight into the root directory 
and adding an appropriate frame to it, but as soon as I clicked on the file 
I, again got the same error.

Any ideas? Thanks in advance for any help.

Daniel Rudoy

Received on Thursday, 5 August 1999 15:47:54 UTC