Re: Tomcat Logging Configuration

2007-09-06 Thread Lionel Crine



Ole Ersoy a écrit :

Hi,

I'm trying to point the catalina handler to /var/log/apache-tomcat like 
by configuring the logging.properties file like this:


1catalina.org.apache.juli.FileHandler.level = FINE
1catalina.org.apache.juli.FileHandler.directory = /var/log/apache-tomcat/
1catalina.org.apache.juli.FileHandler.prefix = catalina.


These lines will create a file named catalina.2007.log



However when I start Tomcat I get this message:

[EMAIL PROTECTED] apache-tomcat]# service tomcat start
Starting tomcat
Unable to redirect to /usr/share/apache-tomcat/logs/catalina.out


catalina.out is managed by catalina.sh


Any ideas on how to fix this?



This error does not come from logging.properties.


Lionel


Thanks,
- Ole


-
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]



Tomcat Logging Configuration

2007-08-29 Thread Ole Ersoy

Hi,

I'm trying to point the catalina handler to /var/log/apache-tomcat like by 
configuring the logging.properties file like this:

1catalina.org.apache.juli.FileHandler.level = FINE
1catalina.org.apache.juli.FileHandler.directory = /var/log/apache-tomcat/
1catalina.org.apache.juli.FileHandler.prefix = catalina.

However when I start Tomcat I get this message:

[EMAIL PROTECTED] apache-tomcat]# service tomcat start
Starting tomcat
Unable to redirect to /usr/share/apache-tomcat/logs/catalina.out

Any ideas on how to fix this?

Thanks,
- Ole


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