On 02/03/17 00:08, John Zhuge wrote:
> Hi Tomcat gurus,
>
> Do you know which file is loaded first? e.g. in 6.0.48.
> I guess logging.properties is loaded first, does it mean it should not use
> any system property defined in catalina.properties?
Correct on both counts.
Mark
--
2011/10/5 jjgtx :
>
> I am trying to configure log4j logging, but when I remove the
> conf/logging.properties file I get the following error in catalina.out and
> nothing more.
>
> Could not find the main class: . Program will exit.
> java.lang.ClassNotFoundException: org.apache.catalina.startup.C
> From: André Warnier [mailto:a...@ice-sa.com]
> Subject: logging.properties
>
> # For example, set the com.xyz.foo logger to only log SEVERE
> # messages:
> #org.apache.catalina.startup.ContextConfig.level = FINE
> #org.apache.catalina.startup.HostConfig.level = FINE
> #org.apache.catalina.sessio
Your assignment to JAVA_OPTS seems to consist of multiple lines. You
need to end all apart from the last with a backslash "\", so that the
shell executing the script understands, that the following lines still
contain content for the variable.
The error doesn't say, that it can't file a config
properly. Once again thanks for the assistance.
Ronny.
-Original Message-
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
Sent: 24 October 2006 17:20
To: Tomcat Users List
Subject: RE: logging.properties and Filter problem
> From: Ronny Batty [mailto:[EMAIL PROTECTED]
> Subje
> From: Ronny Batty [mailto:[EMAIL PROTECTED]
> Subject: RE: logging.properties and Filter problem
>
> We have several sites happily running on
> 5.5.13 on Linux and I would prefer not to
> upgrade the server and potentially introduce
> different problems, if at all possibl
:[EMAIL PROTECTED]
Sent: 24 October 2006 16:49
To: Tomcat Users List
Subject: RE: logging.properties and Filter problem
> From: Ronny Batty [mailto:[EMAIL PROTECTED]
> Subject: logging.properties and Filter problem
>
> The Filter is initialized and works as expected when using Tomcat
> From: Ronny Batty [mailto:[EMAIL PROTECTED]
> Subject: logging.properties and Filter problem
>
> The Filter is initialized and works as expected when using
> Tomcat 5.5.17 on Windows 2K, my deployment on Linux using
> Tomcat 5.5.13 does not initialize the Filter
It would seem that moving up