docker-library/repo-info

can't find catalina.out in logs

DaveRoey opened this issue · 2 comments

I ran a image but did not generate catalina.out for me.

root@a9dad5399c01:/usr/local/tomcat# grep catalina.out /usr/local/tomcat/bin/catalina.sh
#                   Default is $CATALINA_BASE/logs/catalina.out
  CATALINA_OUT="$CATALINA_BASE"/logs/catalina.out

root@a9dad5399c01:/usr/local/tomcat# ls logs
catalina.2018-10-01.log      localhost_access_log.2018-10-01.txt
host-manager.2018-10-01.log  manager.2018-10-01.log
localhost.2018-10-01.log

This repository is not the right place to file issues like this -- if it's an issue with the tomcat image, the appropriate place to file it (as noted on https://hub.docker.com/_/tomcat/) is https://github.com/docker-library/tomcat/issues.

What this actually sounds like though is a usability question, which ought to be posted to the Docker Community Forums, the Docker Community Slack, or Stack Overflow.