Why the RemoteAccessException?? (Installing servlets)

I am trying to install a servlet, but I get a RemoteAccessException.  The
platform is Windows NT Workstation 4.0 with JDK 1.1.6.

Here are the steps:

At 03:02 PM 5/28/98 -0700, Dorab Patel <dorab@twinsun.com> wrote:
>As someone who had to go through this just recently, here is what I
>did.
>
>Assume you want to install the servlet in the file
>`SimpleServlet.class'.
>
>* Create the directory `servlets' under `Jigsaw/WWW'. 
>* Put `SimpleServlet.class' under the `servlets' directory just
>  created.
>* Start JigAdmin program, connect to `your-host:8009' and login with
>  user/passwd admin/admin, unless you've changed the defaults.
>* Click on the `Root' icon.  Then click on `http-server' icon.
>* Select `space' by clicking on the name.
>* That will bring up editors.  Click on the `Resources' button to
>  bring up the Resources Editor.
>* Enter `servlets' as the identifier, and select or type in
>  `org.w3c.jigsaw.resources.DirectoryResource' as the class.
>* Click on `Add Resource'.  This should add the `servlets' resource to
>  the `space' resource.
>* Click on the `space' icon.  It should open up to reveal the
>  `servlets' folder.
>* Select the `servlets' resource by clicking on its name.
>* Click on the `Frame' button.  This should bring up the Frame Editor.
>* Select or type in `org.w3c.jigsaw.servlet.ServletDirectoryFrame' as
>  the frame class in the texst input field provided.

Okay so far!!

>* Click on the `Add Frame' button.

RemoteAccessException!!  Stop.  Panic.  Help!!

I really don't know how to proceed, other than digging into the source
code. (Which is something I plan to do eventually, but I would love to get
something up and running!)

Thanks in advance for your help!

-- dws

Received on Saturday, 30 May 1998 13:34:12 UTC