On Tue, Mar 3, 2020, 10:46 Jerry Malcolm <techst...@malcolms.com> wrote:

> Where are the stdout and stderr log files written for tomcat in AWS
> Linux?  On windows, they are just part of the logs folder. But in AWS
> Linux /var/log/Tomcat I get all of the other log files.  But no
> stdout/stderr.  Most of the info is also in Catalina.out.  But just
> curious where stdout and stderr files have gone.
>

Check if the context.xml has this config set

<Context ..... swallowOutput="true"

that swallows stdout/err.

Reply via email to