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
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
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
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
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