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