Where to place custom classloader in Tomcat5?

2012-03-14 Thread Volodymyr Bezuglyy
Hi! Where to place custom WebappClassLoader in Tomcat? Should I place it in Tomcat5\server\classes directory only? Is it possible to place it in WEB-INF\clases directory of my web application? Vladimir Bezugliy.

How to setup logging in Tomcat for WebappClassLoader?

2012-03-13 Thread Volodymyr Bezuglyy
Hello. I am trying to setup logging in Tomcat according to http://tomcat.apache.org/tomcat-5.5-doc/logging.html. I created file Tomcat5\common\classes\log4j.properties: log4j.rootLogger=WARN, R log4j.appender.R=org.apache.log4j.RollingFileAppender log4j.appender.R.File=${catalina.home}/logs

How to setup logging in Tomcat for WebappClassLoader?

2012-03-12 Thread Volodymyr Bezuglyy
Hello. I am trying to setup logging in Tomcat according to http://tomcat.apache.org/tomcat-5.5-doc/logging.html. I created file Tomcat5\common\classes\log4j.properties: log4j.rootLogger=WARN, R log4j.appender.R=org.apache.log4j.RollingFileAppender log4j.appender.R.File=${catalina.home}/logs/tom

ClassNotFoundException in jnlp-servlet after restart of Tomcat

2012-03-09 Thread Volodymyr Bezuglyy
Hello! Our client use Tomcat 5.0.28. We deploy Web application with jnlp servlet on this Tomcat. >From time to time after restart of Tomcat and when first user tries to >download our application via Java WebStart there occures >java.lang.ClassNotFoundException exceptions on Tomcat's side like fo