Re: Stopping/pausing a Connector

2014-01-21 Thread Konstantin Kolinko
2014/1/22 Randy Toor : 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 Embedded

RE: Stopping/pausing a Connector

2014-01-21 Thread Randy Toor
ssing. Is this expected? Thanks! > Date: Sun, 19 Jan 2014 19:38:40 +0400 > Subject: Re: Stopping/pausing a Connector > From: knst.koli...@gmail.com > To: users@tomcat.apache.org > > 2014/1/17 Randy Toor : > > Hi, > > > > I'm running embedded tomcat (unfor

Re: Stopping/pausing a Connector

2014-01-19 Thread Konstantin Kolinko
2014/1/17 Randy Toor : > Hi, > > I'm running embedded tomcat (unfortunately still using the deprecated classes > and not the newer Tomcat class) and I'm trying to configure my connector at > runtime to reject requests. > > If I use connector.pause(), any requests just hang until I call > connect

Stopping/pausing a Connector

2014-01-16 Thread Randy Toor
Hi, I'm running embedded tomcat (unfortunately still using the deprecated classes and not the newer Tomcat class) and I'm trying to configure my connector at runtime to reject requests. If I use connector.pause(), any requests just hang until I call connector.resume(). If I use connector.stop