[jboss-as7-dev] Equivalent of -b/--host in AS7
Scott Stark
sstark at redhat.com
Thu Mar 24 19:59:24 EDT 2011
Check, that fixed it, thanks.
On 3/24/11 4:16 PM, Brian Stansberry wrote:
> Looks like that was fixed a day ago:
>
> https://github.com/jbossas/jboss-as/commit/ea7b9560b5358a1689439099680e497f69dee2a2#web/src/main/java/org/jboss/as/web/WebConnectorService.java
>
> On 3/24/11 5:58 PM, Scott Stark wrote:
>> I'm using standalone.sh, and definitely see that I can access the 8080
>> port using any incoming address. Now netstat is showing everything but
>> 8080 on 127.0.0.1:
>>
>> [335](ironmaiden:IRONJACAMAR_1_0_0_BETA4)> netstat -an
>> Active Internet connections (including servers)
>> Proto Recv-Q Send-Q Local Address Foreign Address (state)
>> [103](ironmaiden:bin)> netstat -an | grep LISTEN
>> tcp4 0 0 127.0.0.1.5445 *.* LISTEN
>> tcp4 0 0 127.0.0.1.5455 *.* LISTEN
>> tcp46 0 0 *.8080 *.* LISTEN
>> tcp4 0 0 127.0.0.1.4712 *.* LISTEN
>> tcp4 0 0 127.0.0.1.4714 *.* LISTEN
>> tcp4 0 0 127.0.0.1.1091 *.* LISTEN
>> tcp4 0 0 127.0.0.1.9990 *.* LISTEN
>> tcp4 0 0 127.0.0.1.1090 *.* LISTEN
>> tcp4 0 0 127.0.0.1.9999 *.* LISTEN
>> tcp4 0 0 127.0.0.1.56537 *.* LISTEN
>>
More information about the jboss-as7-dev
mailing list