Re: [Gnoga-list] localhost

2018-05-27 Thread Gautier de Montmollin
Same for me, in my setup host stays unspecified (the default := ""), port is either 80 for Internet or 8083 for localhost (could be 8080 as well)   Application.Multi_Connect.Initialize     (Event => On_Connect'Unrestricted_Access, Port  => Pasta.Gnoging.Test_or_release.ze_port,

Re: [Gnoga-list] localhost

2018-05-26 Thread Jeremiah Breeden
No problem at all. I only ran into it because I had on application at work that I wanted to ensure was local machine only (and not exposed on the external ethernet connection). I started off following the comments for the Initialize procedure which said to use "localhost" to do so, but it didn't

Re: [Gnoga-list] localhost

2018-05-26 Thread Jeffrey R. Carter
On 05/26/2018 07:43 PM, Jeremiah Breeden wrote: > 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 =>

Re: [Gnoga-list] localhost

2018-05-26 Thread Jeffrey R. Carter
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

[Gnoga-list] localhost

2018-05-26 Thread Jeremiah Breeden
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