-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thom,

On 12/1/11 9:39 AM, Thom Hehl wrote:
> I'm not sure. Whichever log file the stack traces goto. Yes,
> they're writing to a local drive. Yes as a windows service which
> came with the installer.

As Pid says, it's all configurable.

The log files that Tomcat itself opens are controlled by
logging.properties and, AFAIK, not buffered.

Running Tomcat as a Windows Service usually uses a service wrapped
that dumps stdout to stdout.txt or stdout.log or whatever. I believe
that is also not buffered.

If your webapp is doing any of it's own logging, then you are
completely at the mercy of whatever component is configuring that
logging system, and it has nothing to do with Tomcat.

If you could tell us the name of the file, it might help because there
are certain filenames that are likely to be Tomcat-generated and
others are likely to be webapp-generated. Saying "I dunno, the one
where the logs go" is not helpful.

Thanks,
- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7YBIkACgkQ9CaO5/Lv0PCbEgCfZ1eoQ/KrAFJyxbExSbmRT/AN
bNkAn3OkigB8GL3OEULQPvz7khX2Fqat
=1L6y
-----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