tomcat 无法运行,简单的java程序也不行

console显示的东西太多了,我截取了认为有用的
信息: Deploying web application directory D:\Users\Administrator\Workspaces\MyEclipse 2017 CI.metadata.me_tcat85\webapps\docs
Mar 04, 2017 10:45:45 PM org.apache.jasper.servlet.TldScanner scanJars
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Mar 04, 2017 10:45:46 PM org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory D:\Users\Administrator\Workspaces\MyEclipse 2017 CI.metadata.me_tcat85\webapps\docs has finished in 17,046 ms
Mar 04, 2017 10:45:46 PM org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory D:\Users\Administrator\Workspaces\MyEclipse 2017 CI.metadata.me_tcat85\webapps\examples
Mar 04, 2017 10:46:07 PM org.apache.jasper.servlet.TldScanner scanJars
信息: Deployment of web application directory D:\Users\Administrator\Workspaces\MyEclipse 2017 CI.metadata.me_tcat85\webapps\ROOT has finished in 17,576 ms
Mar 04, 2017 10:46:26 PM org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler [http-nio-8080]
Mar 04, 2017 10:46:26 PM org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler [ajp-nio-8009]
Mar 04, 2017 10:46:26 PM org.apache.catalina.startup.Catalina start
信息: Server startup in 57906 ms

你截取的东西完全没用,你用的是myeclipse内置的tomcat?如果是新安装的,对照网上教程重新配置

信息: Server startup in 57906 ms
貌似已经启动了;
可能只是你的项目没有加载;
启动Tomcat时注意输出中有没有:error 字样;

tomcat的主页能访问吗?
http://localhost:8080/

确定访问的工程是对的?

这个tomcat是可以运行的,估计你加载工程的路径错了,而且简单的java程序貌似不需要用到tomcat