Just to clarify:  That is with you setting up your application with:

   Gnoga.Application.Multi_Connect.Initialize
     (Host    => "localhost";
      Port    => 8080;

instead of:

      Gnoga.Application.Multi_Connect.Initialize
     (Host    => "";
      Port    => 8080;

correct?

If I do the first one, then localhost:8080 doesn't work in my browser,
but if I do the second form then localhost:8080 does work in my
browser.

My work around has been:

      Gnoga.Application.Multi_Connect.Initialize
     (Host    => "127.0.0.1";
      Port    => 8080;


which does work with localhost:8080 in my browser as well


On Sat, May 26, 2018 at 11:02 AM, Jeffrey R. Carter <jrcar...@acm.org>
wrote:

> On 05/26/2018 04:57 PM, Jeremiah Breeden wrote:
> > Anyone use "localhost" as your host for Gnoga apps?  I tried on both my
> ubuntu
> > 16.04 and windows 10 boxes but specifying "localhost" per the Initialize
> > procedure's comments doesn't seem to actually link it to localhost.  Not
> a huge
> > biggie as I can force it to 127.0.0.1 manually, but was curious if
> anyone had it
> > working with the value specified by the comments?
>
> I've used localhost:8080 with success.
>
> --
> Jeff Carter
> "He that hath no beard is less than a man."
> Much Ado About Nothing
> 132
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to