On Fri, Jun 27, 2008 at 1:38 PM, dylanmac <[EMAIL PROTECTED]> wrote:

>                        <Host name="devlocal1"
>                        <Host name="devlocal2"

> and here's what's in my hosts file:
>
> 127.0.0.1     localhost
> ::1             localhost
> 127.0.0.1       devlocal1
> 127.0.0.1       devlocal2
>
> When I try to hit either http://devlocal1/ or http://localhost:9091/ this is

> Firefox can't establish a connection to the server at revfoodslocal:9091.

which doesn't match either of the above :-)

In any case, you need to set up /etc/hosts like:

127.0.0.1     localhost  devlocal1 devlocal2
# all host aliases for a given address on same line
::1             localhost

HTH,
-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to