主题 : centos 下环境搭建失败,求指教 |
级别: 白丁
![]() |
1# 发表于:2016-05-31 14:51:57 IP:125.10.*.*
|
||||
---|---|---|---|---|---|
级别: 白丁
![]() |
3# 发表于:2016-05-31 14:56:49 IP:125.10.*.*
[root@localhost bin]# ./startup.sh
Using CATALINA_BASE: /usr/local/tomcat Using CATALINA_HOME: /usr/local/tomcat Using CATALINA_TMPDIR: /usr/local/tomcat/temp Using JRE_HOME: /usr/local/jdk1.6.0_45 Using CLASSPATH: /usr/local/tomcat/bin/bootstrap.jar |
||
---|---|---|---|
级别: 白丁
![]() |
6# 发表于:2016-05-31 15:06:13 IP:125.10.*.*
回复第5楼
jeecms 还需要单独启动吗 我只启动了tomcat [root@localhost bin]# ./startup.sh Using CATALINA_BASE: /usr/local/tomcat Using CATALINA_HOME: /usr/local/tomcat Using CATALINA_TMPDIR: /usr/local/tomcat/temp Using JRE_HOME: /usr/local/jdk1.6.0_45 Using CLASSPATH: /usr/local/tomcat/bin/bootstrap.jar |
||
---|---|---|---|
级别: 白丁
![]() |
8# 发表于:2016-05-31 15:13:23 IP:125.10.*.*
回复第7楼
是的,将之前webapps 下的ROOT文件夹删除后 拷贝过去的, 页面显示404错误 |
||
---|---|---|---|
级别: 白丁
![]() |
10# 发表于:2016-05-31 15:29:37 IP:125.10.*.*
回复第9楼
2016-5-31 15:29:26 org.apache.catalina.core.AprLifecycleListener init 信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/local/jdk1.6.0_45/jre/lib/amd64/server:/usr/local/jdk1.6.0_45/jre/lib/amd64:/usr/local/jdk1.6.0_45/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib 2016-5-31 15:29:27 org.apache.coyote.http11.Http11Protocol init 信息: Initializing Coyote HTTP/1.1 on http-8080 2016-5-31 15:29:27 org.apache.catalina.startup.Catalina load 信息: Initialization processed in 342 ms 2016-5-31 15:29:27 org.apache.catalina.core.StandardService start 信息: Starting service Catalina 2016-5-31 15:29:27 org.apache.catalina.core.StandardEngine start 信息: Starting Servlet Engine: Apache Tomcat/6.0.45 2016-5-31 15:29:27 org.apache.catalina.startup.HostConfig deployDescriptor 信息: Deploying configuration descriptor manager.xml 2016-5-31 15:29:27 org.apache.catalina.startup.HostConfig deployDescriptor 信息: Deploying configuration descriptor host-manager.xml 2016-5-31 15:29:27 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory ROOT 2016-5-31 15:29:42 org.apache.catalina.core.StandardContext start 严重: Error listenerStart 2016-5-31 15:29:42 org.apache.catalina.core.StandardContext start 严重: Context [] startup failed due to previous errors 2016-5-31 15:29:42 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc 严重: The web application [] 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. 2016-5-31 15:29:42 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak. 2016-5-31 15:29:42 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0] but has failed to stop it. This is very likely to create a memory leak. 2016-5-31 15:29:42 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] but has failed to stop it. This is very likely to create a memory leak. 2016-5-31 15:29:42 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] but has failed to stop it. This is very likely to create a memory leak. 2016-5-31 15:29:42 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak. 2016-5-31 15:29:42 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory examples 2016-5-31 15:29:42 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory docs 2016-5-31 15:29:42 org.apache.coyote.http11.Http11Protocol start 信息: Starting Coyote HTTP/1.1 on http-8080 2016-5-31 15:29:42 org.apache.jk.common.ChannelSocket init 信息: JK: ajp13 listening on /0.0.0.0:8009 2016-5-31 15:29:42 org.apache.jk.server.JkMain start 信息: Jk running ID=0 time=0/11 config=null 2016-5-31 15:29:42 org.apache.catalina.startup.Catalina start 信息: Server startup in 15597 ms |
||
---|---|---|---|