Netty using web server

sarvs naidu.sarvesh at gmail.com
Wed Jun 15 14:19:52 EDT 2011


Hello I am new to the Netty world, and I am trying to build a client/server
concept. I have request coming in from various interfaces which are put on a
BlockingQueue. The Netty client handler reads takes the request and sends it
to the server.
Everything works fine if the system is used as a standalone application, but
when I try to use the same application in a webserver (Jetty), since request
could be PHP client or Web services, it just hangs. The web application
never deploys.
Following are the steps I have followed:
1. Created a ContextListener to start my client
2. Created the NettyClient
3. Created a ClientPipelineFactory
4. Created a custom ClientRequestHandler to handle response.

I would be happy to share my code, just to know how things are done. Advice
would be much appreciated.

Thanks

--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Netty-using-web-server-tp6480010p6480010.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list