Re: Canceling Download on IIS7 with ISAPI Redirector 1.2.31 causes 100% CPU usage

2011-05-15 Thread verlag.preis...@t-online.de
Hi Tim, > This sounds like > https://issues.apache.org/bugzilla/show_bug.cgi?id=50839 > If you can capture a TRACE level log form the Tomcat Connector > (configure in isapi_redirect.properties) and attach it to the bug, > I'll take a look. > > cheers > tim Thanks! I will attach a Trace level lo

Re: Tomcat startup error!

2011-05-15 Thread Konstantin Kolinko
2011/5/14 red phoenix : > I use tomcat 7.0.12 with hibernate 3,when I startup first,it can work well > and no errors.then I shutdown tomcat,and startup again,it raise following > warning information: > Warn: Failed to scan JAR [jndi:/localhost/examples/WEB-INF/lib/standard.jar] > from WEB-INF/lib >

Re: Canceling Download on IIS7 with ISAPI Redirector 1.2.31 causes 100% CPU usage

2011-05-15 Thread Tim Whittington
This sounds like https://issues.apache.org/bugzilla/show_bug.cgi?id=50839 If you can capture a TRACE level log form the Tomcat Connector (configure in isapi_redirect.properties) and attach it to the bug, I'll take a look. cheers tim On Sun, May 15, 2011 at 1:20 AM, eurotrans-Verlag wrote: > Hel

Re: Start connectors after deployment of all webapps have been completed

2011-05-15 Thread Konstantin Kolinko
2011/5/16 Dan Checkoway : > I wanted to express my thanks for the heads-up on bindOnInit as well.  I had > overlooked that in the connector config doc. > > Just curious...is there any down side to setting bindOnInit="false"? > > To be honest, tomcat's default behavior of accepting a connection befo

Re: Start connectors after deployment of all webapps have been completed

2011-05-15 Thread Dan Checkoway
I wanted to express my thanks for the heads-up on bindOnInit as well. I had overlooked that in the connector config doc. Just curious...is there any down side to setting bindOnInit="false"? To be honest, tomcat's default behavior of accepting a connection before being able to serve it (i.e. whil

Re: Start connectors after deployment of all webapps have been completed

2011-05-15 Thread Afkham Azeez
Thanks Sylvain. That worked. On Sun, May 15, 2011 at 8:21 PM, Sylvain Laurent wrote: > have a look at the bindOnInit parameter on the connector > http://tomcat.apache.org/tomcat-7.0-doc/config/http.html > > On 15 mai 2011, at 12:31, Afkham Azeez wrote: > > > Hi folks, > > We are using Embedded To

Re: Start connectors after deployment of all webapps have been completed

2011-05-15 Thread Sylvain Laurent
have a look at the bindOnInit parameter on the connector http://tomcat.apache.org/tomcat-7.0-doc/config/http.html On 15 mai 2011, at 12:31, Afkham Azeez wrote: > Hi folks, > We are using Embedded Tomcat 7.0.14. We create connectors in the normal way, > add the webapps to Tomcat, and then call st

Start connectors after deployment of all webapps have been completed

2011-05-15 Thread Afkham Azeez
Hi folks, We are using Embedded Tomcat 7.0.14. We create connectors in the normal way, add the webapps to Tomcat, and then call start on Tomcat. However, we noticed that the connectors get started before the completion of the webapp deployment. Is there a way to delay the starting of the connectors