如何将两个 Tomcat 实例指向同一文件夹以获取静态内容?
是否有推荐的方法在同一服务器上运行的两个 Tomcat 实例之间共享静态内容(例如 PDF 文档)?
背景:我想使用 mod_jk 将我们的应用程序服务器从 Tomcat 的单个实例迁移到两个实例,这样我们就可以更新一个实例上的 WAR 文件,而另一个实例继续为用户提供服务(注意:这是一台服务器,而不是真正的集群) )。
我们遇到的问题是如何确保两个实例中的 ROOT Web 应用将用户指向相同的静态内容,例如 PDF 文件。我们研究了使用“allowLinking”以及将两个 ROOT Web 应用程序指向共享内容目录的符号链接。
但出于安全原因,有些人建议不要使用allowLinking。此外,我还了解到,删除/更新 WAR 文件也会删除符号链接上的内容,这违背了在 webapp/Tomcat 实例范围之外拥有单个静态内容存储库的目的。
Is there a recommended method of sharing static content such as PDF documents among two Tomcat instances running on the same server?
Background: I want to migrate our app server from a single instance of Tomcat to two instances, using mod_jk, so we can update WAR files on one while the other continues to serve users (note: this is a single server and not a true cluster).
The issue we're encountering is how to ensure the ROOT webapp in both instances is pointing users to the same static content such as PDF files. We've looked at using 'allowLinking' along with a symlink pointing both ROOT webapps to a shared content directory.
But some folks advise against using allowLinking for security reasons. In addition, I've read that deleting/updating the WAR file will also delete the content on the symlink, which defeats the purpose of a having a single repository of static content outside the scope of the webapp/Tomcat instance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论