2012/12/7 André Warnier <a...@ice-sa.com>

> Christopher Schultz wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA256
>>
>> André,
>>
>> On 12/7/12 1:55 PM, André Warnier wrote:
>>
>>> I am relatively familiar with tomcat under Windows, and if your
>>> explanations of what works and what doesn't above are exact, then
>>> I don't know either.
>>>
>>
>> One possibility: during the installation, the user chose to bind only
>> to localhost instead of 0.0.0.0.
>>
>
> Aaaah. Yes, and that choice probably only exists in the Service installer.
> That would fit.
> And he would see that with netstat.
>
>>
>>
"netstat -abn" results:

--

running Tomcat on console:


TCP    0.0.0.0:8009           0.0.0.0:0              LISTENING       3844
[java.exe]

TCP    0.0.0.0:8080           0.0.0.0:0              LISTENING       3844
[java.exe]

TCP    127.0.0.1:8005         0.0.0.0:0              LISTENING       3844
[java.exe]

--

running Tomcat as Service:

TCP    0.0.0.0:8009           0.0.0.0:0              LISTENING       488
[Tomcat7.exe]

TCP    0.0.0.0:8080           0.0.0.0:0              LISTENING       488
[Tomcat7.exe]

TCP    127.0.0.1:8005         0.0.0.0:0              LISTENING       488
[Tomcat7.exe]

Reply via email to