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

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

RE: NPE when starting up Embedded tomcat7

2012-12-11 Thread Randy Toor
> From: ch...@christopherschultz.net > To: users@tomcat.apache.org > Subject: Re: NPE when starting up Embedded tomcat7 > > -BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Randy, > > On 12/10/12 6:09 PM, Randy Toor wrote: > > I have an existing server which uses the Em

NPE when starting up Embedded tomcat7

2012-12-10 Thread Randy Toor
Hello all, I have an existing server which uses the Embedded class which I am tasked with upgrading to tomcat7 (deprecated, but we'll be keeping it for the time being). There were some small changes to the code to fix API breaks but the startup stuff is the same. When I start up the containe