You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my opinion all allocated resources should be released in scriptingContainer.terminate(), but when we shutdown the Tomcat instance, we got following warnings:
This could cause problems when we want redeploy some WAR file with ruby without Tomcat restart.
Please, clean up the internal ThreadLocals (or correctly terminate the used StackMachine) from scriptingContainer.terminate()
Thanks very much
The text was updated successfully, but these errors were encountered:
We use Jruby 1.7.4 in simple servlet like this (on Tomcat 7.0.42, Oracle JDK 7u25):
In my opinion all allocated resources should be released in scriptingContainer.terminate(), but when we shutdown the Tomcat instance, we got following warnings:
This could cause problems when we want redeploy some WAR file with ruby without Tomcat restart.
Please, clean up the internal ThreadLocals (or correctly terminate the used StackMachine) from scriptingContainer.terminate()
Thanks very much
The text was updated successfully, but these errors were encountered: