How to check container log of tomcat?
问题 How do I check the container log of tomcat? I get this error from the catalina.out log: SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file But where can I find the "appropriate container log" that this log is referring to? Thanks in advance. 回答1: You'll find the referenced log file in the same directory containing the log referencing the other log file.