Tomcat 6 Hot Deploy issue?

Ah, this old chestnut I hit this snag on a project back last summer It's because of a side effect with having antiResourceLocking="true" set on your context. If you read the documentation on Tomcat here: tomcat.apache.org/tomcat-5.5-doc/config/... Please note that setting this to true has some side effects, including the disabling of JSP reloading in a running server: see Bugzilla 37668 which is here: https://issues.apache. Org/bugzilla/show_bug.

Cgi? Id=37668 There is no workaround as far as I know, if you remove the attribute it will allow you automatic loading of yor JSP's again. We set a deploy time subtitution to put the attribute back in for production.

Boo, hiss! Anyways if you remove the antiResourceLocking attribute it will solve the problem you're experiencing Provide a workaround Apache!

Ah, this old chestnut. I hit this snag on a project back last summer. It's because of a side effect with having antiResourceLocking="true" set on your context.

If you read the documentation on Tomcat here: tomcat.apache.org/tomcat-5.5-doc/config/... "Please note that setting this to true has some side effects, including the disabling of JSP reloading in a running server: see Bugzilla 37668. " which is here: https://issues.apache. Org/bugzilla/show_bug.

Cgi? Id=37668 There is no workaround as far as I know, if you remove the attribute it will allow you automatic loading of yor JSP's again. We set a deploy time subtitution to put the attribute back in for production.

Boo, hiss! Anyways if you remove the antiResourceLocking attribute it will solve the problem you're experiencing. Provide a workaround Apache!

Thanks Jon, your answer was right on. – Quadir May 25 '09 at 17:13 Sorry I cannot increase your reputation because I am a new user. – Quadir May 25 '09 at 17:18 No problem, glad it worked fir you.It's an annoying issue to deal with.

– Jon May 25 '09 at 17:29 You have just saved my sanity, thankyou! – Dick Chesterwood May 25 '09 at 17:10.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions