Why so many port used when I use camel-netty4-http

2015-04-07 Thread Yuffie
[fe80::35c6:35b2:c6db:ed40%10]:546 *:* 480 the PID 10368 is my tomcat. Can anyone help? Thanks a lot! -- View this message in context: http://camel.465427.n5.nabble.com/Why-so-many-port-used-when-I-use-camel-netty4-http-tp5765433.html Sent from the Camel

Re: Why so many port used when I use camel-netty4-http

2015-04-09 Thread Willem Jiang
62332 *:* 1512 > UDP 0.0.0.0:64551 *:* 9064 > UDP 127.0.0.1:4 *:* 2980 > UDP 127.0.0.1:56298 *:* 1460 > UDP 127.0.0.1:62715 *:* 1512 > UDP 192.168.6.111:137 *:* 4 > UDP 192.168.6.111:138 *:* 4 > UDP 192.168.6.111:62714 *:* 1512 > UDP [::]:500 *:* 1036 > UDP [::]:4500 *:*

Re: Why so many port used when I use camel-netty4-http

2015-04-14 Thread Yuffie
.to(routeMap.get("EnterpriseInfoService")) .endChoice() .when(header("serviceNickName").isEqualTo(PRODUCTNICK)) .to(routeMap.get("i6p")) .when(header("serviceNickName").isEqualTo("properties")) .bean(new PropertyEndpoint()) .endChoice() .end(); } } --- And this is deployed in the Tomcat. And we find that it maybe an issue of netty: http://blog.csdn.net/haoel/article/details/2224055 -- View this message in context: http://camel.465427.n5.nabble.com/Why-so-many-port-used-when-I-use-camel-netty4-http-tp5765433p5765797.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Why so many port used when I use camel-netty4-http

2015-04-14 Thread yogu13
etty4-http.html Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Why-so-many-port-used-when-I-use-camel-netty4-http-tp5765433p5765802.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Why so many port used when I use camel-netty4-http

2015-04-14 Thread yogu13
-many-port-used-when-I-use-camel-netty4-http-tp5765433p5765799.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Why so many port used when I use camel-netty4-http

2015-04-14 Thread Willem Jiang
) > .choice() > .when(header("CanAuth").isEqualTo("true")) > > .to(routeMap.get("EnterpriseInfoService")) > .endChoice() > > .when(header("EnterpriseInfoServiceRoute").isEqualTo("other")) > .to(routeMap.get("EnterpriseInfoService")) > .endChoice() > .when(header("serviceNickName").isEqualTo(PRODUCTNICK)) > .to(routeMap.get("i6p")) > .when(header("serviceNickName").isEqualTo("properties")) > .bean(new PropertyEndpoint()) > .endChoice() > .end(); > } > } > > --- > > And this is deployed in the Tomcat. > > And we find that it maybe an issue of netty: > http://blog.csdn.net/haoel/article/details/2224055 > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Why-so-many-port-used-when-I-use-camel-netty4-http-tp5765433p5765797.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Why so many port used when I use camel-netty4-http

2015-04-14 Thread Yuffie
Hi,Yogesh. Thanks for help! Since I don't have a Linux environment, I don't if it work on Linux. But it work in win7. And I will try what you said. Again thank you. -- View this message in context: http://camel.465427.n5.nabble.com/Why-so-many-port-used-when-I-use-camel-n

Re: Why so many port used when I use camel-netty4-http

2015-04-14 Thread Yuffie
Hi,Willem Thanks for your help! I think I need to read the document carefully first. Again, thank you! -- View this message in context: http://camel.465427.n5.nabble.com/Why-so-many-port-used-when-I-use-camel-netty4-http-tp5765433p5765810.html Sent from the Camel - Users mailing list archive