You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Forrest Xia <fo...@gmail.com> on 2009/12/01 02:20:25 UTC

Re: Remote Deployment: Connection Refused

On Tue, Dec 1, 2009 at 5:25 AM, MDiamond <Mi...@noaa.gov> wrote:

>
>
> Shawn Jiang wrote:
> >
> > Please do following to see if B instance is listening to the right
> > ip:port.
> >
> > 1, *shawn@geronimo>**  netstat -na|grep 1099*
> >
>
> I see this:
> tcp        0      0 :::1099                     :::*
> LISTEN
> unix  3      [ ]         STREAM     CONNECTED     471099
>
>
> Forrest Xia wrote:
> >
> > 2. If the machine B is linux, check if /etc/hosts includes entries like
> > follows:
> > 127.0.0.1 localhost localhost.localdomain
> > <machine B's IP> <machine B's hostname>
> >
>
> My /etc/hosts file has the following:
> 127.0.0.1              <machine B's hostname>  localhost.localdomain
> localhost
>

It should be like this:
127.0.0.1              localhost.localdomain localhost
<machine B's external IP> <machine B's hostname>

::1             localhost6.localdomain6 localhost6
>
> --
> View this message in context:
> http://old.nabble.com/Remote-Deployment%3A-Connection-Refused-tp26421415s134p26582166.html
> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
>
> Please try and let me know if still problem.

Forrest

Re: Remote Deployment: Connection Refused

Posted by MDiamond <Mi...@noaa.gov>.
Yep, that did it. Thanks a bunch guys!
-- 
View this message in context: http://old.nabble.com/Remote-Deployment%3A-Connection-Refused-tp26421415s134p26594243.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.