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
t;>> >>> 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 T

Re: v13 - C/S getting web server started

2016-10-13 Thread Chip Scheide
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> >> Subject: v13 - C/S getting web server started >>

Re: v13 - C/S getting web server started

2016-10-12 Thread Jeffrey Kain
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> > Subject: v13 - C/S getting web server started > > I can not get the web server started. &

RE: v13 - C/S getting web server started

2016-10-12 Thread Randy Engle
com> Subject: v13 - C/S getting web server started I can not get the web server started. I have the database setting "start web server on startup" turned on. http server - stopped I have created a method with the command Web Start Server, and run it via Execute on server http

v13 - C/S getting web server started

2016-10-12 Thread Chip Scheide
I can not get the web server started. I have the database setting "start web server on startup" turned on. http server - stopped I have created a method with the command Web Start Server, and run it via Execute on server http server - stopped How do I get the web server to start? Thanks