Solution
With trial and error I found the solution:
I had to include tomcat-juli.jar also in the Java Classpath!
I opened an administrative Command Prompt and edited the Tomcat instance's Properties
D:\apps\tomcat7\bin> tomcat7w.exe //ES//Tomcat7
本文通过试错找到了解决Tomcat启动问题的方法:需要将tomcat-juli.jar添加到Java类路径中。此外,还介绍了如何通过命令提示符编辑Tomcat实例的属性。
With trial and error I found the solution:
I had to include tomcat-juli.jar also in the Java Classpath!
I opened an administrative Command Prompt and edited the Tomcat instance's Properties
D:\apps\tomcat7\bin> tomcat7w.exe //ES//Tomcat7
1483