Re: [EXTERNAL] Tomcat stderr/stdout to console

2024-10-23 Thread Chuck Caldarale
should be able to use something like tail to echo the access log file to a terminal window. - Chuck > > From: Chuck Caldarale > Sent: Tuesday, October 22, 2024 9:34 PM > To: Tomcat Users List > Subject: [EXTERNAL] Re: Tomcat stderr/stdout to console > > > > O

Re: Tomcat stderr/stdout to console

2024-10-22 Thread Chuck Caldarale
> On Oct 22, 2024, at 19:19, Amit Pande wrote: > > Hello all, > > I am looking for way to print certain logs from Tomcat to actual console > (stdout) instead of getting those redirected to Catalina.out (default). > > e.g. messages like below (and errors failed to deploy any application) if ca

Tomcat stderr/stdout to console

2024-10-22 Thread Amit Pande
Hello all, I am looking for way to print certain logs from Tomcat to actual console (stdout) instead of getting those redirected to Catalina.out (default). e.g. messages like below (and errors failed to deploy any application) if can be redirected to console, it would avoid looking up into Cata