-none- 2007-09-02 - By David Delbecq
Back You certainly do not want to have tomcat stop responding to port it is listening too, it would be useless :) Except if you want your tomcat to not serve anything to anyone.
If what you want is prevent client browser to use keep-alive connection and issue several requests on same connection, take a look at maxKeepAliveRequests on http://tomcat.apache.org/tomcat-5 (See http://cat-5.ora-code.com).5-doc/config/http.html
ying lcs a ?crit : > Hi, > > I have a simple Servlet (stateless) which has a doGet() metohd. > > How can I make sure both Tomcat and the client calling that servlet's > doGet() to close all the ports allocated upon the doGet() request. > > Thank you. > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To start a new topic, e-mail: users@(protected) > To unsubscribe, e-mail: users-unsubscribe@(protected) > For additional commands, e-mail: users-help@(protected) >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|