Albretch-

try changing to anything other
than -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
and TC abends

leave logging.manager as juli ClassLoaderLogManager and these exceptions
occur
Handler error java.lang.IllegalArgumentException: Bad level "DEBUG"

even when 1catalina.org.apache.juli.FileHandler.level = FINE is defined in
%CATALINA_HOME%\conf\logging.properties
(and grep on DEBUG finds nothing in %CATALINA_HOME%)

is this a misconfig???

Vielen Danke
Martin-
----- Original Message -----
From: "Albretch Mueller" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, December 07, 2007 4:33 PM
Subject: Re: Still trying to log using org.apache.juli.FileHandler ...


> I was curious as to the configuration that was being fed by the JVM
> when you go:
> ~
>  catalian run
> ~
>  that was it:
> ~
> "$JRE_HOME\bin\java" -verbose:class
> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
> -Djava.util.logging.config.file="$CATALINA_HOME\conf\logging.properties"
> -Djava.endorsed.dirs="$CATALINA_HOME\endorsed"
> -classpath "$JRE_HOME\lib\tools.jar;$CATALINA_HOME\bin\bootstrap.jar"
> -Dcatalina.base="$CATALINA_HOME"
> -Dcatalina.home="$CATALINA_HOME"
> -Djava.io.tmpdir="$CATALINA_HOME\temp"
> org.apache.catalina.startup.Bootstrap  start
> ~
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to