Re: v13 - C/S getting web server started

2016-10-13 Thread Pierre Coulombe
Aso, depending on the OS, port 0 is configured automatically for Apache server. You have to stop that running before you can use 4D on port 80. Try port 8080. If you really need port 80, you can stop the apache server using Terminal. I can send you the coding. > On 13 Oct 2016, at 11:15 AM,

RE: v13 - C/S getting web server started

2016-10-13 Thread Epperlein, Lutz (agendo)
> Box is: > Mac Mini - so (thanks) but windows command line will not help much :) netstat -an | less or netstat -an | grep 80 or netstat -anp | grep 80, than you can even see the process in question HTH Lutz -- Lutz Epperlein -- Agendo

RE: v13 - C/S getting web server started

2016-10-13 Thread Chip Scheide
THanks! On Thu, 13 Oct 2016 15:08:11 +, Epperlein, Lutz (agendo) wrote: >> Box is: >> Mac Mini - so (thanks) but windows command line will not help much :) > > netstat -an | less > > or > > netstat -an | grep 80 > > or > > netstat -anp | grep 80, than you can even see the process in

RE: v13 - C/S getting web server started

2016-10-13 Thread Stephen J. Orth
Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Chip Scheide Sent: Thursday, October 13, 2016 9:00 AM To: 4D iNug Technical <4d_tech@lists.4d.com> Subject: Re: v13 - C/S getting web server started OK - this whole 'web' thing : ) I have scanned, using N

Re: v13 - C/S getting web server started

2016-10-13 Thread Chip Scheide
OK - this whole 'web' thing : ) I have scanned, using Network Utility - from a different machine, the 4D server computer in question, port 80 responds as HTTP basically I am asking... how do I check on what (if anything) is using port 80? Thanks On Thu, 13 Oct 2016 09:47:02 -0400, Chip

Re: v13 - C/S getting web server started

2016-10-13 Thread Chip Scheide
I do not think so - I will check on port 80 no license - but as I understand the web server is supposed to run for 30 minutes, primarily for testing purposes. - which is what I am trying to do :) Thanks On Wed, 12 Oct 2016 17:29:54 -0400, Jeffrey Kain wrote: > Also do you have a license for

Re: v13 - C/S getting web server started

2016-10-12 Thread Jeffrey Kain
Also do you have a license for the web server? > On Oct 12, 2016, at 5:21 PM, Randy Engle <4d.l...@xc2.us> wrote: > > Chip, > > Is it possible that something else is running that is using Port 80? > > Randy Engle > XC2 Software LLC > > -Original Message- > From: 4D_Tech

RE: v13 - C/S getting web server started

2016-10-12 Thread Randy Engle
Chip, Is it possible that something else is running that is using Port 80? Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Chip Scheide Sent: Wednesday, October 12, 2016 1:38 PM To: 4D iNug Technical <4d_tech@lists.4d.com>