You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jason Pyeron <ja...@pyeron.com> on 2002/12/26 02:13:42 UTC

Re: localhost [OT]

Typically localhost is defined in your hosts file as 

127.0.0.1               localhost

a hosts file is queried before DNS on most systems.

what system type are you running? 

-jason pyeron

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                   http://www.pyerotechnics.com   -
- Owner & Lead                  Pyerotechnics Development, Inc. -
- +1 410 808 6646 (c)           500 West University Parkway #1S -
- +1 410 467 2266 (f)           Baltimore, Maryland  21210-3253 -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain 
privileged, proprietary, or otherwise private information. If you
have received it in error, purge the message from your system and 
notify the sender immediately.  Any other use of the email by you 
is prohibited.


On Wed, 25 Dec 2002, Tomislav Miladinovic wrote:

Hi All,

After I installed Tomcat 4.1.18 my browser doesn't recognize localhost variable. If I browse http://localhost:8080 it gives me error HTTP 500 but if I browse localhost with ip address in dot notation it works fine (ex. http://xx.xx.xx.xx:8080). Where and when is this variable assigned?

Thanks,
Tomislav





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: localhost [OT]

Posted by Joel Rees <jo...@alpsgiken.gr.jp>.
Oh. One more thing. 127.0.0.1 is called the loob-back address in the
real world. Redmond may have copied the real world on this one, too. 

Hmm. Get out the google, search "loopback ms windows 98":

    http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/prodtechnol/win98/support/troubles.asp

and clicking on the link to connectivity problems (or about half-way
down this page) mentions the loopback address, but doesn't mention how
to make sure it is 127.0.0.1, and properly associated with localhost.

Try again. At google again, search "localhost ms windows 98":

    http://www.experts-exchange.com/Operating_Systems/Win98/Q_10462121.html

This one says there is a file called "hosts" in your "windows" folder in
your system drive where the association should be. 

> > Hi Jason,
> > 
> > I am running windows 98, where is this file?
> 
> If you're running MSW98, my memory is you don't have this in a file.
> It's the kind of thing you'd find in the "registry", however. What key,
> I don't remember. Nor do I remember if you can get at it by
> right-clicking on youy "My Network" icon or digging around in the
> ethernet/TCP-IP dialogs in your system control panel (where you would
> have set the IP address). Maybe it's hard-wired. But if it were
> hard-wired in, your box should respond to localhost and 127.0.0.1.
> 
> Can your box access itself at http://127.0.0.1?
> 
> > Thanks
> > Tomislav
> > 
> > ----- Original Message -----
> > From: "Jason Pyeron" <ja...@pyeron.com>
> > To: "Tomcat Users List" <to...@jakarta.apache.org>
> > Sent: Wednesday, December 25, 2002 5:13 PM
> > Subject: Re: localhost [OT]
> > 
> > 
> > > Typically localhost is defined in your hosts file as
> > >
> > > 127.0.0.1               localhost
> > >
> > > a hosts file is queried before DNS on most systems.
> > >
> > > what system type are you running?
> > >
> > > -jason pyeron
> > >
> > > --
> > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > > -                                                               -
> > > - Jason Pyeron                   http://www.pyerotechnics.com   -
> > > - Owner & Lead                  Pyerotechnics Development, Inc. -
> > > - +1 410 808 6646 (c)           500 West University Parkway #1S -
> > > - +1 410 467 2266 (f)           Baltimore, Maryland  21210-3253 -
> > > -                                                               -
> > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > >
> > > This message is for the designated recipient only and may contain
> > > privileged, proprietary, or otherwise private information. If you
> > > have received it in error, purge the message from your system and
> > > notify the sender immediately.  Any other use of the email by you
> > > is prohibited.
> > >
> > >
> > > On Wed, 25 Dec 2002, Tomislav Miladinovic wrote:
> > >
> > > Hi All,
> > >
> > > After I installed Tomcat 4.1.18 my browser doesn't recognize localhost
> > variable. If I browse http://localhost:8080 it gives me error HTTP 500 but
> > if I browse localhost with ip address in dot notation it works fine (ex.
> > http://xx.xx.xx.xx:8080). Where and when is this variable assigned?
> > >

HTH

-- 
Joel Rees <jo...@alpsgiken.gr.jp>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: localhost [OT]

Posted by Andy Meadows <ja...@meadowsdesign.cc>.
The hosts file exists on Windows 98 if _I_ remember correctly.  Search your
system for a file named "hosts.sam".  This is the sample hosts file.  I
don't think this has anything to do with your problem, but the file does
exist.

Andy


----- Original Message -----
From: "Joel Rees" <jo...@alpsgiken.gr.jp>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Wednesday, December 25, 2002 9:34 PM
Subject: Re: localhost [OT]


> > Hi Jason,
> >
> > I am running windows 98, where is this file?
>
> If you're running MSW98, my memory is you don't have this in a file.
> It's the kind of thing you'd find in the "registry", however. What key,
> I don't remember. Nor do I remember if you can get at it by
> right-clicking on youy "My Network" icon or digging around in the
> ethernet/TCP-IP dialogs in your system control panel (where you would
> have set the IP address). Maybe it's hard-wired. But if it were
> hard-wired in, your box should respond to localhost and 127.0.0.1.
>
> Can your box access itself at http://127.0.0.1?
>
> > Thanks
> > Tomislav
> >
> > ----- Original Message -----
> > From: "Jason Pyeron" <ja...@pyeron.com>
> > To: "Tomcat Users List" <to...@jakarta.apache.org>
> > Sent: Wednesday, December 25, 2002 5:13 PM
> > Subject: Re: localhost [OT]
> >
> >
> > > Typically localhost is defined in your hosts file as
> > >
> > > 127.0.0.1               localhost
> > >
> > > a hosts file is queried before DNS on most systems.
> > >
> > > what system type are you running?
> > >
> > > -jason pyeron
> > >
> > > --
> > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > > -                                                               -
> > > - Jason Pyeron                   http://www.pyerotechnics.com   -
> > > - Owner & Lead                  Pyerotechnics Development, Inc. -
> > > - +1 410 808 6646 (c)           500 West University Parkway #1S -
> > > - +1 410 467 2266 (f)           Baltimore, Maryland  21210-3253 -
> > > -                                                               -
> > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > >
> > > This message is for the designated recipient only and may contain
> > > privileged, proprietary, or otherwise private information. If you
> > > have received it in error, purge the message from your system and
> > > notify the sender immediately.  Any other use of the email by you
> > > is prohibited.
> > >
> > >
> > > On Wed, 25 Dec 2002, Tomislav Miladinovic wrote:
> > >
> > > Hi All,
> > >
> > > After I installed Tomcat 4.1.18 my browser doesn't recognize localhost
> > variable. If I browse http://localhost:8080 it gives me error HTTP 500
but
> > if I browse localhost with ip address in dot notation it works fine (ex.
> > http://xx.xx.xx.xx:8080). Where and when is this variable assigned?
> > >
>
> --
> Joel Rees <jo...@alpsgiken.gr.jp>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: localhost [OT]

Posted by Paul Campbell <se...@halcyon.com>.
You need to have a file hosts
hosts.sam was a "sample" provided by MS. 
                
        copy hosts.sam hosts 

and then try it again.


At 09:43 PM 12/25/2002 -0800, you wrote:
>I got the windows\hosts.sam file and assigned my actual ip address. Browser
>still doesn't recognize localhost as a name but dot notation address it
>does. What is actually this address:
>127.0.0.1               localhost, who does assign it in hosts.sam  .
>
>Thanks,
>Tomislav
>
>----- Original Message -----
>From: "Joel Rees" <jo...@alpsgiken.gr.jp>
>To: "Tomcat Users List" <to...@jakarta.apache.org>
>Sent: Wednesday, December 25, 2002 6:34 PM
>Subject: Re: localhost [OT]
>
>
>> > Hi Jason,
>> >
>> > I am running windows 98, where is this file?
>>
>> If you're running MSW98, my memory is you don't have this in a file.
>> It's the kind of thing you'd find in the "registry", however. What key,
>> I don't remember. Nor do I remember if you can get at it by
>> right-clicking on youy "My Network" icon or digging around in the
>> ethernet/TCP-IP dialogs in your system control panel (where you would
>> have set the IP address). Maybe it's hard-wired. But if it were
>> hard-wired in, your box should respond to localhost and 127.0.0.1.
>>
>> Can your box access itself at http://127.0.0.1?
>>
>> > Thanks
>> > Tomislav
>> >
>> > ----- Original Message -----
>> > From: "Jason Pyeron" <ja...@pyeron.com>
>> > To: "Tomcat Users List" <to...@jakarta.apache.org>
>> > Sent: Wednesday, December 25, 2002 5:13 PM
>> > Subject: Re: localhost [OT]
>> >
>> >
>> > > Typically localhost is defined in your hosts file as
>> > >
>> > > 127.0.0.1               localhost
>> > >
>> > > a hosts file is queried before DNS on most systems.
>> > >
>> > > what system type are you running?
>> > >
>> > > -jason pyeron
>> > >
>> > > --
>> > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>> > > -                                                               -
>> > > - Jason Pyeron                   http://www.pyerotechnics.com   -
>> > > - Owner & Lead                  Pyerotechnics Development, Inc. -
>> > > - +1 410 808 6646 (c)           500 West University Parkway #1S -
>> > > - +1 410 467 2266 (f)           Baltimore, Maryland  21210-3253 -
>> > > -                                                               -
>> > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>> > >
>> > > This message is for the designated recipient only and may contain
>> > > privileged, proprietary, or otherwise private information. If you
>> > > have received it in error, purge the message from your system and
>> > > notify the sender immediately.  Any other use of the email by you
>> > > is prohibited.
>> > >
>> > >
>> > > On Wed, 25 Dec 2002, Tomislav Miladinovic wrote:
>> > >
>> > > Hi All,
>> > >
>> > > After I installed Tomcat 4.1.18 my browser doesn't recognize localhost
>> > variable. If I browse http://localhost:8080 it gives me error HTTP 500
>but
>> > if I browse localhost with ip address in dot notation it works fine (ex.
>> > http://xx.xx.xx.xx:8080). Where and when is this variable assigned?
>> > >
>>
>> --
>> Joel Rees <jo...@alpsgiken.gr.jp>
>>
>>
>> --
>> To unsubscribe, e-mail:
><ma...@jakarta.apache.org>
>> For additional commands, e-mail:
><ma...@jakarta.apache.org>
>>
>>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: localhost [OT]

Posted by Pierre-Laurent Ribault <ri...@ist.fujitsu.com>.
Hi Tomislav,

hosts.sam is a sample file (sam->sample), you need to rename it to hosts 
in order to use it.

Pierre-Laurent Ribault
ribault@ist.fujitsu.com


Tomislav Miladinovic wrote:
> I got the windows\hosts.sam file and assigned my actual ip address. Browser
> still doesn't recognize localhost as a name but dot notation address it
> does. What is actually this address:
> 127.0.0.1               localhost, who does assign it in hosts.sam  .
> 
> Thanks,
> Tomislav
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: localhost [OT]

Posted by Tomislav Miladinovic <tm...@rogers.com>.
I got the windows\hosts.sam file and assigned my actual ip address. Browser
still doesn't recognize localhost as a name but dot notation address it
does. What is actually this address:
127.0.0.1               localhost, who does assign it in hosts.sam  .

Thanks,
Tomislav

----- Original Message -----
From: "Joel Rees" <jo...@alpsgiken.gr.jp>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Wednesday, December 25, 2002 6:34 PM
Subject: Re: localhost [OT]


> > Hi Jason,
> >
> > I am running windows 98, where is this file?
>
> If you're running MSW98, my memory is you don't have this in a file.
> It's the kind of thing you'd find in the "registry", however. What key,
> I don't remember. Nor do I remember if you can get at it by
> right-clicking on youy "My Network" icon or digging around in the
> ethernet/TCP-IP dialogs in your system control panel (where you would
> have set the IP address). Maybe it's hard-wired. But if it were
> hard-wired in, your box should respond to localhost and 127.0.0.1.
>
> Can your box access itself at http://127.0.0.1?
>
> > Thanks
> > Tomislav
> >
> > ----- Original Message -----
> > From: "Jason Pyeron" <ja...@pyeron.com>
> > To: "Tomcat Users List" <to...@jakarta.apache.org>
> > Sent: Wednesday, December 25, 2002 5:13 PM
> > Subject: Re: localhost [OT]
> >
> >
> > > Typically localhost is defined in your hosts file as
> > >
> > > 127.0.0.1               localhost
> > >
> > > a hosts file is queried before DNS on most systems.
> > >
> > > what system type are you running?
> > >
> > > -jason pyeron
> > >
> > > --
> > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > > -                                                               -
> > > - Jason Pyeron                   http://www.pyerotechnics.com   -
> > > - Owner & Lead                  Pyerotechnics Development, Inc. -
> > > - +1 410 808 6646 (c)           500 West University Parkway #1S -
> > > - +1 410 467 2266 (f)           Baltimore, Maryland  21210-3253 -
> > > -                                                               -
> > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > >
> > > This message is for the designated recipient only and may contain
> > > privileged, proprietary, or otherwise private information. If you
> > > have received it in error, purge the message from your system and
> > > notify the sender immediately.  Any other use of the email by you
> > > is prohibited.
> > >
> > >
> > > On Wed, 25 Dec 2002, Tomislav Miladinovic wrote:
> > >
> > > Hi All,
> > >
> > > After I installed Tomcat 4.1.18 my browser doesn't recognize localhost
> > variable. If I browse http://localhost:8080 it gives me error HTTP 500
but
> > if I browse localhost with ip address in dot notation it works fine (ex.
> > http://xx.xx.xx.xx:8080). Where and when is this variable assigned?
> > >
>
> --
> Joel Rees <jo...@alpsgiken.gr.jp>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: localhost [OT] win98 reference

Posted by Jason Pyeron <ja...@pyeron.com>.
Google search is our friend:
http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&safe=off&q=localhost+does+not+resolve+on+windows+98&btnG=Google+Search

finds this doc:
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/win98/reskit/part7/wrkappf.asp

remember you can have more than one name per ip, this is useful for 
vhosting.


-jason pyeron 

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                   http://www.pyerotechnics.com   -
- Owner & Lead                  Pyerotechnics Development, Inc. -
- +1 410 808 6646 (c)           500 West University Parkway #1S -
- +1 410 467 2266 (f)           Baltimore, Maryland  21210-3253 -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain 
privileged, proprietary, or otherwise private information. If you
have received it in error, purge the message from your system and 
notify the sender immediately.  Any other use of the email by you 
is prohibited.


On Thu, 26 Dec 2002, Joel Rees wrote:

> Hi Jason,
> 
> I am running windows 98, where is this file?

If you're running MSW98, my memory is you don't have this in a file.
It's the kind of thing you'd find in the "registry", however. What key,
I don't remember. Nor do I remember if you can get at it by
right-clicking on youy "My Network" icon or digging around in the
ethernet/TCP-IP dialogs in your system control panel (where you would
have set the IP address). Maybe it's hard-wired. But if it were
hard-wired in, your box should respond to localhost and 127.0.0.1.

Can your box access itself at http://127.0.0.1?

> Thanks
> Tomislav
> 
> ----- Original Message -----
> From: "Jason Pyeron" <ja...@pyeron.com>
> To: "Tomcat Users List" <to...@jakarta.apache.org>
> Sent: Wednesday, December 25, 2002 5:13 PM
> Subject: Re: localhost [OT]
> 
> 
> > Typically localhost is defined in your hosts file as
> >
> > 127.0.0.1               localhost
> >
> > a hosts file is queried before DNS on most systems.
> >
> > what system type are you running?
> >
> > -jason pyeron
> >
> > --
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > -                                                               -
> > - Jason Pyeron                   http://www.pyerotechnics.com   -
> > - Owner & Lead                  Pyerotechnics Development, Inc. -
> > - +1 410 808 6646 (c)           500 West University Parkway #1S -
> > - +1 410 467 2266 (f)           Baltimore, Maryland  21210-3253 -
> > -                                                               -
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> >
> > This message is for the designated recipient only and may contain
> > privileged, proprietary, or otherwise private information. If you
> > have received it in error, purge the message from your system and
> > notify the sender immediately.  Any other use of the email by you
> > is prohibited.
> >
> >
> > On Wed, 25 Dec 2002, Tomislav Miladinovic wrote:
> >
> > Hi All,
> >
> > After I installed Tomcat 4.1.18 my browser doesn't recognize localhost
> variable. If I browse http://localhost:8080 it gives me error HTTP 500 but
> if I browse localhost with ip address in dot notation it works fine (ex.
> http://xx.xx.xx.xx:8080). Where and when is this variable assigned?
> >





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: localhost [OT]

Posted by Joel Rees <jo...@alpsgiken.gr.jp>.
> Hi Jason,
> 
> I am running windows 98, where is this file?

If you're running MSW98, my memory is you don't have this in a file.
It's the kind of thing you'd find in the "registry", however. What key,
I don't remember. Nor do I remember if you can get at it by
right-clicking on youy "My Network" icon or digging around in the
ethernet/TCP-IP dialogs in your system control panel (where you would
have set the IP address). Maybe it's hard-wired. But if it were
hard-wired in, your box should respond to localhost and 127.0.0.1.

Can your box access itself at http://127.0.0.1?

> Thanks
> Tomislav
> 
> ----- Original Message -----
> From: "Jason Pyeron" <ja...@pyeron.com>
> To: "Tomcat Users List" <to...@jakarta.apache.org>
> Sent: Wednesday, December 25, 2002 5:13 PM
> Subject: Re: localhost [OT]
> 
> 
> > Typically localhost is defined in your hosts file as
> >
> > 127.0.0.1               localhost
> >
> > a hosts file is queried before DNS on most systems.
> >
> > what system type are you running?
> >
> > -jason pyeron
> >
> > --
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > -                                                               -
> > - Jason Pyeron                   http://www.pyerotechnics.com   -
> > - Owner & Lead                  Pyerotechnics Development, Inc. -
> > - +1 410 808 6646 (c)           500 West University Parkway #1S -
> > - +1 410 467 2266 (f)           Baltimore, Maryland  21210-3253 -
> > -                                                               -
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> >
> > This message is for the designated recipient only and may contain
> > privileged, proprietary, or otherwise private information. If you
> > have received it in error, purge the message from your system and
> > notify the sender immediately.  Any other use of the email by you
> > is prohibited.
> >
> >
> > On Wed, 25 Dec 2002, Tomislav Miladinovic wrote:
> >
> > Hi All,
> >
> > After I installed Tomcat 4.1.18 my browser doesn't recognize localhost
> variable. If I browse http://localhost:8080 it gives me error HTTP 500 but
> if I browse localhost with ip address in dot notation it works fine (ex.
> http://xx.xx.xx.xx:8080). Where and when is this variable assigned?
> >

-- 
Joel Rees <jo...@alpsgiken.gr.jp>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: localhost [OT]

Posted by Tomislav Miladinovic <tm...@rogers.com>.
Hi Jason,

I am running windows 98, where is this file?

Thanks
Tomislav

----- Original Message -----
From: "Jason Pyeron" <ja...@pyeron.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Wednesday, December 25, 2002 5:13 PM
Subject: Re: localhost [OT]


> Typically localhost is defined in your hosts file as
>
> 127.0.0.1               localhost
>
> a hosts file is queried before DNS on most systems.
>
> what system type are you running?
>
> -jason pyeron
>
> --
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> -                                                               -
> - Jason Pyeron                   http://www.pyerotechnics.com   -
> - Owner & Lead                  Pyerotechnics Development, Inc. -
> - +1 410 808 6646 (c)           500 West University Parkway #1S -
> - +1 410 467 2266 (f)           Baltimore, Maryland  21210-3253 -
> -                                                               -
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise private information. If you
> have received it in error, purge the message from your system and
> notify the sender immediately.  Any other use of the email by you
> is prohibited.
>
>
> On Wed, 25 Dec 2002, Tomislav Miladinovic wrote:
>
> Hi All,
>
> After I installed Tomcat 4.1.18 my browser doesn't recognize localhost
variable. If I browse http://localhost:8080 it gives me error HTTP 500 but
if I browse localhost with ip address in dot notation it works fine (ex.
http://xx.xx.xx.xx:8080). Where and when is this variable assigned?
>
> Thanks,
> Tomislav
>
>
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>