Re: servlet invalid URL help

At 04:56 16/02/99 -0500, you wrote:
>    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  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?  Attachment
>Converted: "c:\outils\eudora\attach\Servlet1.htm"  Attachment Converted:
>"c:\outils\eudora\attach\Servlet1.class" 

If you strictly follow the instruction in jigsaw doc, you
probably put the file Servlet1.class in the directory "servlets"
with an "s" then you should try to the URL : 
"http://dpooley:8001/servlets/Servlet1?name=sadfas"

Gildas

Received on Tuesday, 16 February 1999 09:19:42 UTC