On 29/10/2010 09:51, Christoph Kukulies wrote:
> Anyway, to come to the point, I downloaded the tomcat 6.0.29 tar ball
> and installed it under /opt/tomcat,
> wrote a little startup script that simply invoked bin/startup.sh resp.
> shutdown.
> 
> Didn't set any special environment variables like JAVA_HOME or CLASSPATH
> and I'm getting the following
> in catalina.out (tomcat then dies after start):
> 
> WARNING: error instantiating '1catalina.org.apache.juli.FileHandler,'
> referenced by handlers, class not found

<snip/>

> Could it be, that sun-java6-jre and jdk are not being recognized or found?
> It seems there is still kaffee java active, although I installed (sun
> java6).

Looks like the LogManager is not being set correctly. You need to be
using -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
which the Tomcat scripts should be doing by default.

Mark

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

Reply via email to