主题 : 我需要在linux下部署和使用jeecms |
级别: 秀才
![]() |
42# 发表于:2019-06-05 11:14:12 IP:223.29.*.*
|
||
---|---|---|---|
级别: 论坛管理员
![]() |
47# 发表于:2019-06-05 11:42:26 IP:117.130.*.*
我看下了下 您这个日志内没有打印报错出来 您试下访问下项目看下
|
||
---|---|---|---|
级别: 秀才
![]() |
48# 发表于:2019-06-05 11:47:15 IP:223.29.*.*
回复第47楼
访问不了呀 http://114.115.185.61:18080/ 网页无法访问 |
||
---|---|---|---|
级别: 秀才
![]() |
50# 发表于:2019-06-05 12:01:12 IP:223.29.*.*
回复第49楼
是的,,因为8080有其他项目在跑,,<Connector port="18080" redirectPort="18443" connectionTimeout="20000" protocol="HTTP/1.1"/> <!-- A "Connector" using the shared thread pool--> <!--<Connector executor="tomcatThreadPool"port="8080" protocol="HTTP/1.1"connectionTimeout="20000"redirectPort="8443" /> --> <!-- Define a SSL HTTP/1.1 Connector on port 8443This connector uses the BIO implementation that requires the JSSEstyle configuration. When using the APR/native implementation, theOpenSSL style configuration is required as described in the APR/nativedocumentation --> <!--<Connector port="8443" protocol="org.apache.coyote.http11.Http11Protocol"maxThreads="150" SSLEnabled="true" scheme="https" secure="true"clientAuth="false" sslProtocol="TLS" /> --> <!-- Define an AJP 1.3 Connector on port 8009 --> <Connector port="18009" redirectPort="18443" protocol="AJP/1.3"/> 我换了端口 |
||
---|---|---|---|