-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Tiago,

On 1/28/13 6:03 AM, Tiago Sousa wrote:
> Just another symptom: initially i also thought that could be a 
> permissions problem but it's strange that JULI could create the log
> file while log4j couldn´t. I've tried several other approaches but
> in none the files were created. I´ve tried the same configuration
> in Linux. A catalina.out file was created but the other log files:
> manager, host-manager, admin weren´t.

Note that catalina.out is created via shell redirection (if you use
startup scripts) or by fd redirection (if you use jsvc, procrun, etc.)
while the other logs are all done by the Java-based logging mechanism.

If you haven't configured JULI or log4j properly, you'll get no logs
except for catalina.out. I think it's actually possible to launch your
JVM in such a way that the script (or jsvc/procrun) has write
permissions but the JVM does not. You'd probably have to really make a
mess of your configuration to achieve that, but it's technically
possible. Double-check your process table to see who the effective uid
is, just in case.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEAREIAAYFAlEGmxMACgkQ9CaO5/Lv0PAH0gCgpXLn2KClGbpbk0hs8XPkJvnG
jh8AniWaKGQlqIcA5Ex2yMyWmK39N4Jq
=78hN
-----END PGP SIGNATURE-----

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

Reply via email to