简体   繁体   English

将 servlet 从 Tomcat 迁移到 Lighttpd

[英]Migrating a servlet from Tomcat to Lighttpd

I have a locally hosted (Tomcat 7) website.我有一个本地托管的(Tomcat 7)网站。 In this project I have a servlet which is working quite well ( http://localhost:8080/so/hello ).在这个项目中,我有一个运行良好的 servlet ( http://localhost:8080/so/hello )。

When trying to migrate this website (including the servlet) to a Debian environment I can see the index and static HTML pages fine - however the servlet now just times out (this from Chrome) - Error 118 (net::ERR_CONNECTION_TIMED_OUT): The operation timed out.尝试将此网站(包括 servlet)迁移到 Debian 环境时,我可以很好地看到索引和静态 HTML 页面 - 但是 servlet 现在只是超时(来自 Chrome) - 错误 118 (net::ERR_CONNECTION_TIMED_OUT):操作时间到。

There must be a setup option in Lighttpd that I'm missing.我缺少的 Lighttpd 中必须有一个设置选项。

更新:lighttpd 1.4.59 包括lighttpd mod_ajp13

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM