我可以使用其他分布式缓存代替jboss缓存来进行jboss中的会话复制吗
我在 jboss 4.0.4 中使用 jboss-cache 进行会话复制。如何使用不同的分布式缓存(Terracotta 或任何其他)来代替 jboss 缓存?
I am using jboss-cache for session replication in jboss 4.0.4. How do I use a different distributed cache(Terracotta or any other) in place of jboss cache?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要在 jboss 服务器中重新打包 jar 和配置,但 Tomcat 有自己的 集群和会话复制支持。并不是说我推荐这种方法。您不想使用内置会话复制的任何具体原因?您还可能会发现 JBoss 4.x 更高版本中集群和会话复制方面的改进。
以下是 Terracotta For Web Sessions 的文档。如果您在 JBoss 服务器中禁用集群并实现此功能,那么您应该可以顺利进行。
You may need to repackage jars and configuration in your jboss server, but Tomcat has its own clustering and session replication support. Not that I recommend this approach. Any specific reason you don't want to use the built in session replication ? You may also find improvements in clustering and session replication in later versions of JBoss 4.x.
Here is documentation for Terracotta For Web Sessions. If you disable clustering in your JBoss server and implement this, you should be good to go.