ssh部署在tomcat运行不了

11-Sep-2017 18:05:48.731 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more Filters failed to start. Full details will be found in the appropriate container log file
11-Sep-2017 18:05:48.731 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/DataCollaborationPlatform] startup failed due to previous errors
2017-09-11 18:05:48-XmlWebApplicationContext-862-[INFO]:Closing Root WebApplicationContext: startup date [Mon Sep 11 18:05:43 PDT 2017]; root of context hierarchy
11-Sep-2017 18:05:48.768 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [DataCollaborationPlatform] registered the JDBC driver [com.timesten.jdbc.TimesTenDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
11-Sep-2017 18:05:48.768 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [DataCollaborationPlatform] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
11-Sep-2017 18:05:48.769 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [DataCollaborationPlatform] registered the JDBC driver [oracle.jdbc.driver.OracleDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
11-Sep-2017 18:05:48.770 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [DataCollaborationPlatform] appears to have started a thread named [Timer-3] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.lang.Object.wait(Native Method)
java.util.TimerThread.mainLoop(Timer.java:552)
java.util.TimerThread.run(Timer.java:505)
11-Sep-2017 18:05:48.777 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /opt/apache-tomcat-8.0.36/webapps/DataCollaborationPlatform has finished in 8,756 ms
11-Sep-2017 18:05:48.777 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /opt/apache-tomcat-8.0.36/webapps/ROOT
11-Sep-2017 18:05:48.795 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /opt/apache-tomcat-8.0.36/webapps/ROOT has finished in 18 ms
11-Sep-2017 18:05:48.795 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /opt/apache-tomcat-8.0.36/webapps/examples
11-Sep-2017 18:05:48.881 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /opt/apache-tomcat-8.0.36/webapps/examples has finished in 86 ms
11-Sep-2017 18:05:48.881 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /opt/apache-tomcat-8.0.36/webapps/docs
11-Sep-2017 18:05:48.892 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /opt/apache-tomcat-8.0.36/webapps/docs has finished in 11 ms
11-Sep-2017 18:05:48.905 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
11-Sep-2017 18:05:48.912 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8443"]
11-Sep-2017 18:05:48.913 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
11-Sep-2017 18:05:48.914 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 20507 ms

访问是404还是???
【 org.apache.catalina.startup.Catalina.start Server startup in 20507 ms】,,服务器,貌似已经启动了

但是我在eclipse能运行,在虚拟机上的tomcat就运行不了

但是我在eclipse能运行,在虚拟机上的tomcat就运行不了