Dim!
You're a bloody STAR mate! That worked a treat! I think I'll stop while
I'm ahead and pick up on this stuff tomorrow. Enjoy the rest of your day!
And, a BIG thanx for your help.
...living the journey as a light!
L
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dmitri Colebatch
Sent: 17 June 2001 12:43
To: [EMAIL PROTECTED]
Subject: Re: newbie: At web servers.
LeRoi,
localhost is merely an alias for the loopback device (127.0.0.1). find
out what the ipaddress of your machine is. I'm assuming you're on
windows, I think the command is ipconfig on win98, or winipcfg on nt.
you'll need to type this at the command prompt rather than clicking on
the file, so (excuse me if I'm patronizing), go Start Menu -> Run ->
command, then when you're at the command prompt type ipconfig, it should
show you a series of numbers, the first of which (I think) is you're ip
address. to check this, replace localhost with it to get the example
page up. this will then work from any computer (depending on the
network you're on).
hope this helps
cheers
dim
LeRoi wrote:
>
> Hi,
>
> With much ado and help from this user group I finally got Tomcat up and
> running on my NT server box. Again, many thanx to all. When I type
> http://localhost:8080/ I get the example page up. Now my stupid question
> is, how do I call that same page from my client machine? I have tried:
> http://ServerName:</path/to/tomcat>/webapps/ROOT/index.html and
> http://ServerName:8080/ with no success. If I point Windows Explorer to
the
> index.html file and open it, the page is displayed. However, clicking on
> any link does not display anything but a blank page.
>
> Does this mean that I have to install Apache and then configure Tomcat to
> work with it if I want to access pages on another machine over my little
> intranet?
>
> Thanx,
> LeRoi