Push Server CLOSE_WAIT connections
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
Push Server CLOSE_WAIT connections  XML
Forum Index -> Async HTTP Server
Author Message
horferro

Joined: 04/03/2008 00:00:00
Messages: 2
Offline


I don't know if this is the correct place to post this, so pardon me if this is not the correct place.

I'm having some issues with the push server, I got some connections getting in a CLOSE_WAIT state and never get released. This happens between an Apache Server and a JBoss 4.2.3GA. Here are the ProxyPass in Apache.

Code:
     ProxyPass /push-server/block/receive-updated-views http://localhost:8080/push-server/block/receive-updated-views
     ProxyPassReverse /push-server/block/receive-updated-views http://localhost:8080/push-server/block/receive-updated-views
 
     ProxyPass / ajp://localhost/
     ProxyPassReverse / ajp://localhost/
 


All the connections in CLOSE_WAIT are the ones going to http (8080) on the JBoss side.

Do I configured something wrong?

Thanks for your help.
 
Forum Index -> Async HTTP Server
Go to:   
Powered by JForum 2.1.7ice © JForum Team