When I run Petstore security service without specifying netty config file,
I can access through 192.168.1.2 , 127.0.0.1 IPs and 'localhost' name
without any issue, then I wanted to change port only, once I specify Netty
config file to do so I only can access through 127.0.0.1 and 'localhost'
with following configuration.

<listener
                id="netty"
                host="127.0.0.1"
                port="8070"
                bossThreadPoolSize="2"
                workerThreadPoolSize="250"
                execHandlerThreadPoolSize="60"/>

If I change configuration as follows I can only access through 192.168.1.2
only.

<listener
                id="netty"
                host="192.168.1.2"
                port="8070"
                bossThreadPoolSize="2"
                workerThreadPoolSize="250"
                execHandlerThreadPoolSize="60"/>

IMO this behaviour is not consistent with default configuration.



Thanks !
-- 
Sagara Gunathunga

Architect; WSO2, Inc.;  http://wso2.com
V.P Apache Web Services;    http://ws.apache.org/
Linkedin; http://www.linkedin.com/in/ssagara
Blog ;  http://ssagara.blogspot.com
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to