2014/1/22 Randy Toor <rtoor...@hotmail.com>:

The rules: do not top-post here
http://tomcat.apache.org/lists.html#tomcat-users
-> "6."

> It is 7.0.32.
>
> To be honest, I'm not sure which connector it is.  The code extends 
> org.apache.catalina.connector.Connector, sets up HTTP settings, and adds it 
> to the EmbeddedTomcat container.

What kind of connector is used is visible as thread names (if you do a
thread dump, or if you connect with jconsole), or in the logs (if you
enable logging).

> Using netstat I'm noticing that with either a pause() or a stop() the port is 
> still being listened on.  It's only when I shut down completely that it 
> stops.  I would prefer it to stop listening, at least that way I can the OS 
> can return me an error or drop the connection, but instead it seems to accept 
> requests and hold on to them until resume() or start() is called before 
> processing.  Is this expected?

http://tomcat.apache.org/tomcat-7.0-doc/config/http.html
See "bindOnInit".

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

Reply via email to