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

Reply via email to