Hi Patrick,

On Mon, 26 Jul 1999, patrick lurlay wrote:

> Hello out There!
>          Help anyone.  I am having trouble running my servlet program.
> I have installed jsdk2.0 on my nt4.0 machine.  I also have microsoft
> server IIS with service pack3 install 0n port 80 and netscape enterprise
> server3.6 port 81.  My server name is plurlay.  when I try running the
> hello world servlet example using the command
> "http://plurlay:8081/servlet/helloworld"  I get the below error:
>
> Netscape is unable to locate server------any ideas?
>
You have a name resolution problem.

Use instead of "plurlay" one of:
- your server's full qualified domain name ( something like
  plurlay.yourdomain.com ) instead of just "plurlay" ;
- your server's IP address (like 123.231.1.47)
- the 127.0.0.1 address if both browser and server run on the same
  system.

At begin is also good to disable proxy servers as long as you test
servlet, at least for the serverAddress:port combination you use to access
servlets from browser.
...
> Patrick

bye,

Cezar.

What this world needs is a good five-dollar plasma weapon.
----------------------------------------------------------

___________________________________________________________________________
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