> From: Carl [mailto:carl@etrak-plus.com]
> Subject: Re: Tomcat dies suddenly
>
> How does this line:
>
> `/usr/local/java/bin/java -
> Djava.util.logging.config.file=/usr/local/tomcat/conf'
>
> know that it is supposed to use the logging.properties
> file if that is the problem?
It doesn't know. The command line parameter should be:
-Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties
Perhaps the display is just a truncation, since there should be several additional command
line parameters beyond that one.
Use JConsole to see if the full set of properties are present when Tomcat is running normally.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus
for use only by the intended recipient. If you received this in error, please contact the
sender and delete the e-mail and its attachments from all computers.
|