【发布时间】:2010-03-23 14:11:17
【问题描述】:
我有一个 Web 应用程序,其中第一个请求可能需要几秒钟,因为初始化了一些单例。
我使用了this question 中提到并在this page 中描述的 mod_proxy 和 jsvc 构造来连接 apache 和 tomcat(数据通过 SSL 提供)
对于示例 Tomcat 应用程序,一切正常。但是,在使用我的应用程序时,我的 apache 日志中出现以下错误:
[Wed Feb 10 09:48:29 2010] [error] [client 130.12.1.26] (70014)End of file found: proxy: error reading status line from remote server localhost
[Wed Feb 10 09:48:29 2010] [error] [client 130.12.1.26] proxy: Error reading from remote server returned by /MyWebApp/MyWebApp.faces
我在我的 tomcat 输出中收到以下错误:
10/02/2010 09:48:29 9947 jsvc.exec error: Service exit with a return value of 1
我不是这方面的专家,所以我想知道问题的原因是什么以及我应该在哪里寻找答案?
【问题讨论】:
标签: apache http web-applications tomcat mod-proxy