Christoph Kukulies wrote:
Mark Thomas schrieb:
On 26/02/2010 11:16, Christoph Kukulies wrote:
Mark Thomas schrieb:
On 26/02/2010 09:47, Christoph Kukulies wrote:
I would be glad if I could get some help on m problem getting solved
here.

http://tomcat.apache.org/tomcat-6.0-doc/config/systemprops.html
org.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES

Mark
Excuse me, just one question. Where does this

org.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES

go?

catalina.properties? Or is it passed on the commandline? (-D)

I normally set in on the command line using the setenv.sh|bat file with
CATALINA_OPTS=-Dorg.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=false

I think you can also set it in catalina.properties but I'd need to check that to be sure.

Mark

Is there a way to interrogate the running tomcat (catalina) process about it's set parameters? I.e., I would like to control whether the setting in the catalina.properties file was fruitful :)

Have a look at : http://code.google.com/p/jmxsh/
(It's a generic tool, but quite practical for that kind of thing and more.)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to