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, Chip Scheide <4d_o...@pghrepository.org> wrote:
> 
> 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 question 
>> 
>> 
>> HTH
>> Lutz
>> 
>> --  
>> Lutz Epperlein  
>> --
>> Agendo Gesellschaft für politische Planung mbH
>> Köpenicker Str. 9
>> 10997 Berlin
>> http://www.agendo.de/
>> --
>> 
>> 
>> **
>> 4D Internet Users Group (4D iNUG)
>> FAQ:  http://lists.4d.com/faqnug.html
>> Archive:  http://lists.4d.com/archives.html
>> Options: http://lists.4d.com/mailman/options/4d_tech
>> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
>> **
> **
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: http://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

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 Gesellschaft für politische Planung mbH
Köpenicker Str. 9
10997 Berlin
http://www.agendo.de/
--


**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

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 question 
> 
> 
> HTH
> Lutz
> 
> --  
> Lutz Epperlein  
> --
> Agendo Gesellschaft für politische Planung mbH
> Köpenicker Str. 9
> 10997 Berlin
> http://www.agendo.de/
> --
> 
> 
> **
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: http://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: v13 - C/S getting web server started

2016-10-13 Thread Stephen J. Orth
Chip,

From the Windows command shell, type the following:

 netstat -an | more

This will show you what is being used.

Also, you don't happen to have Skype running on this box do you?  The default 
configuration of Skype will use Port 80, and this has to be disabled.

Steve

-Original 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 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

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

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 Scheide wrote:
> 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 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 [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.
>>> 
>>> 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
>> 
>> **
>> 4D Internet Users Group (4D iNUG)
>> FAQ:  http://lists.4d.com/faqnug.html
>> Archive:  http://lists.4d.com/archives.html
>> Options: http://lists.4d.com/mailman/options/4d_tech
>> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
>> **
> **
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: http://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

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 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 [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.
>> 
>> 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
> 
> **
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: http://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

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 [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.
> 
> 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

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

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>
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 server - stopped

How do I get the web server to start?

Thanks
Chip


**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

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
Chip
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**