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.
我们使用 JBOSS 7 AS,我一直想知道是否可以这样配置,以便在重启或部署后会话不会丢失。是否有任何可能性,假设在会话中没有存储不可序列化的数据?
重新启动:如果您设置了一个带有会话复制的集群,那么如果您连接的实例失败,您的会话应该由另一个 jboss 实例提供服务。
部署:部署通常需要很长时间(至少超过几分钟);我没有看到跨部署维护会话状态的意义。