我正在使用 Liferay 6.2 EE 和 Apache Tomcat 7。我必须重新 IP 我的服务器,现在每当我点击我的 Liferay 门户的 URL 时,我都会收到 404 page not found 错误。我重新启动了 Apache httpd 并重新启动了 Apache Tomcat 7。两者都已启动并正在运行。我的猜测是 Apache httpd 无法将我的请求重定向到 Tomcat。我的初始配置有效,除了重新 IP 连接服务器之外,我没有更改任何配置。我的server.xml
, worker.properties
, 和httpd.conf
文件保持不变。我的mod_jk
模块已加载,我在mod_jk.log
文件中收到的错误是这样的:
[info] Connect to 127.0.0.1:8009 failed
[info] Failed opening socket to (127.0.0.1:8009)
[error] connecting to backend failed. Tomcat is probably not started or is listening on the wrong port
[info] (liferay) sending request to tomcat failed (recoverable), because of error during request sending
[error] (liferay) connecting to tomcat failed
任何想法为什么重新 ping 服务器,但保持配置相同会导致这样的事情?