Tag

log-files

0 views collected around this technical thread.

Practical DevOps Architecture
Practical DevOps Architecture
Feb 22, 2021 · Operations

Resolving Tomcat Log File Permission Issues by Adjusting UMASK

This article explains why Tomcat log files inherit restrictive permissions after deployment, describes Linux UMASK behavior, and provides step‑by‑step instructions to modify the catalina.sh script so that log files use the system's default 644/640 permissions.

Tomcatlinux permissionslog-files
0 likes · 4 min read
Resolving Tomcat Log File Permission Issues by Adjusting UMASK