我只是想加速tomcat。出于这个原因,我看到了lighttpd 能够在tomcat处理静态内容之前运行
我的应用程序在tomcat服务器中具有此结构:
$ {tomcat_webapps} / lingoos /...
我只需要编写一个规则来转发tomcat的请求 这种格式:
如何告诉“mod-proxy”将这3个请求转发给tomcat
我需要以某种方式配置:
proxy.server =(“* .do”=> (“localhost”=> ( “host”=> “localhost” 的, “port”=> 8080 ) ) )
非常感谢
答案 0 :(得分:0)
根据this other thread,您可能需要考虑使用nginx。 Lighthttpd在过去一年中只发布了一次,这似乎支持了它的维护速度正在放缓的印象。
这里是another thread,它提供了nginx-Tomcat集成的完整说明。