Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的生产环境是 ubuntu 12.04 LTS 64 位上运行的 tomcat 7.0.42 服务器。我编译了 APR 连接器并激活了它。
为了使我的 tomcat 生产准备就绪,我还需要进行哪些更改?
Tomcat 带有一个合理的默认配置,可以在生产环境中完美运行。与往常一样,您的环境可能有特殊需求。如果您提供一些详细信息,也许其他人可以提供帮助。如前所述,您的问题无法回答。
如果是我,我至少会将 HTTP 连接器从默认的 BIO 更改为 NIO 连接器,而不考虑其他因素。其他一切都取决于您的要求。
检查以下链接: