Re: comet with httpclient

2009-05-06 Thread balachandra maddina
vous n'êtes pas le > destinataire prévu, nous te demandons avec bonté que pour satisfaire > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie > de ceci est interdite. Ce message sert à l'information seulement et n'aura > pas n'

RE: comet with httpclient

2009-05-06 Thread Martin Gainty
ous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Wed, 6 May 2009 18:37:23 +0530 > Subject: comet with httpclient > From: chandu2...@gmail.com > To: users@tomcat.apache.org > > Hi All, > > Is it possible to use HttpClient as a client to comet serv

comet with httpclient

2009-05-06 Thread balachandra maddina
Hi All, Is it possible to use HttpClient as a client to comet servlet when i tried a simple HttpClient the response is never returned back. below is my comet client code... HttpClient httpclient = new DefaultHttpClient(); HttpGet httpget = new HttpGet("http://localhost:8080/serverpus