You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by lior grinfeld <li...@gmail.com> on 2007/07/05 13:03:24 UTC

manipulating http header connection type

Hi

how can i set which connection type tomcat use? (keep-alive, close)
can i change it with the servlet code? response.setHeader("connection",
"keep-alive");
if yes, why it did not work for me and tomcat send always connection: close
?

and .. can i change the http version from servlet to servlet? or to change
the http version in run time using configuration files?


-- 

Regards
Lior Grinfeld