On Tue, Mar 3, 2020 at 11:59 AM calder <calder....@gmail.com> wrote: > > 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.
(sorry hit Send too soon) .... Also check catalina.sh, for this entry # CATALINA_OUT (Optional) Full path to a file where stdout and stderr # will be redirected. # Default is $CATALINA_BASE/logs/catalina.out --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org