hello

>I tried a lot to execute HelloWorldExample servelet using JSWK1.0.1 kit,

>but all in vain.
>I tried following URLs

some tips......

the ip-adress for the host localhost is 127.0.0.1 so it makes no sense to
use this...
->http://localhost/127.0.0.1:8080/Web-inf/servelets/HelloWorldExample  or
->http://localhost/127.0.0.1:8080/HelloWorldExample



the next to rows are correct if you have define a location
web-inf/servelets/...
http://127.0.0.1:8080/Web-inf/servelets/HelloWorldExample
http://localhost:8080/Web-inf/servelets/HelloWorldExample


but i think it will be web-inf/servlets...
                                             ^
                                             �

default is

http://localhost:8080/servlets/HelloWorldExample  or
http://127.0.0.1:8080/servlets/HelloWorldExample  which is the same.

good luck

greetings

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to