-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

To whom it may concern,

On 6/8/2010 3:11 PM, TearsOfAllah wrote:
> 
> 
> If I don't use request.getParameter() method despite of making same request
> with parameters in my servlets code, I'm not getting any blank response in
> my browser. 
> 
> This is how I set connector tag in server.xml file:
>  
> <Connector connectionTimeout="20000" port="8081"
> protocol="org.apache.coyote.http11.Http11NioProtocol" redirectPort="8443"/>

I'm not sure it's legal to use request.getParameter() in a Comet BEGIN
request.

Given that Comet is supposed to be built around asynchronous I/O, I
suspect that you'll have to read your own parameters if you want to do
things in the BEGIN event.

See this message in the archives for some more coherent thoughts:
http://mail-archives.apache.org/mod_mbox/tomcat-users/200705.mbox/%3c0fcd6632-1521-454d-b9c2-e7571f22d...@objektpark.de%3e

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkwO408ACgkQ9CaO5/Lv0PCpegCfQ4ShR89/1LakElbHPB3sXUfi
4XwAoIKcnAJCMJUc5xT04uhkdVidm2aX
=pKSC
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to