Re: ClassNotFoundException org.apache.juli.FileHandler in Tomcat 7.0.42 / OpenJDK 6 b27 (FreeBSD)

2013-07-14 Thread Matthias Petermann
Am 13.07.2013 16:07, schrieb Konstantin Kolinko: 2013/7/13 Konstantin Kolinko : 2013/7/13 Matthias Petermann : Hello, when I try to start Tomcat 7.0.42 with OpenJDK 6 b27, it complains about not finding classes for the logging handlers. I created a minimal logging.properties to narrow down

Re: ClassNotFoundException org.apache.juli.FileHandler in Tomcat 7.0.42 / OpenJDK 6 b27 (FreeBSD)

2013-07-13 Thread Matthias Petermann
Am 13.07.2013 16:07, schrieb Konstantin Kolinko: 2013/7/13 Konstantin Kolinko : 2013/7/13 Matthias Petermann : Hello, when I try to start Tomcat 7.0.42 with OpenJDK 6 b27, it complains about not finding classes for the logging handlers. I created a minimal logging.properties to narrow down

ClassNotFoundException org.apache.juli.FileHandler in Tomcat 7.0.42 / OpenJDK 6 b27 (FreeBSD)

2013-07-13 Thread Matthias Petermann
Hello, when I try to start Tomcat 7.0.42 with OpenJDK 6 b27, it complains about not finding classes for the logging handlers. I created a minimal logging.properties to narrow down the problem: handlers = 1catalina.org.apache.juli.FileHandler, java.util.logging.ConsoleHandler .handle