I\'m using Apache Tomcat 7.0.40 with Log4j config according to http://tomcat.apache.org/tomcat-7.0-doc/logging.html
Everything\'s working as expected, except that so
For those who just want to customize the location where these 3 logs are created: If you run Tomcat as a service and you want to customize where the commons-daemon, stderror and stdout reside you can start your service with the command line parameter --LogPath or set on the server machine an environment variable PR_LOGPATH with your custom path.
This is documented also here together will other params: https://tomcat.apache.org/tomcat-8.0-doc/windows-service-howto.html