在Linux环境下,启动Tomcat时我们需要在启动过程中看到日志信息。可以通过下面命令启动Tocmat。
./startup.sh; tailf ../logs/catalina.out或者
./startup.sh && tail -f ../logs/catalina.out