1. Check that you have search (list) permissions for all the folders
in the path "/Users/sandro/apache-tomcat-6.0.26/bin", e.g. with the
following commands

ls /
ls /Users
ls /Users/sandro
ls /Users/sandro/apache-tomcat-6.0.26
ls /Users/sandro/apache-tomcat-6.0.26/bin

2. Delete logs/catalina.out, then
Go to /Users/sandro/apache-tomcat-6.0.26/bin and try the following
command (all on one line):

java -classpath tomcat-juli.jar:bootstrap.jar
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=/Users/sandro/apache-tomcat-6.0.26/conf/logging.properties
-Dcatalina.home=/Users/sandro/apache-tomcat-6.0.26
org.apache.catalina.startup.Bootstrap
>>/Users/sandro/apache-tomcat-6.0.26/logs/catalina.out

3. Go to /Users/sandro/apache-tomcat-6.0.26/bin and try the following command:

jar -tf tomcat-juli.jar

Best regards,
Konstantin Kolinko

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

Reply via email to