JBoss 4.2.0 上的 Jaas 会话复制

发布于 2024-08-21 02:29:10 字数 336 浏览 5 评论 0原文

我在网上一遍又一遍地寻找我的问题的答案,但没有结果,所以我认为这是任何人都可以知道解决方案可能是什么的最终地方。

长话短说:我们有一个 jsf Web 应用程序在 JBoss 4.2.0 GA 服务器上运行。我们正在将应用程序复制到多台服务器,这通常是一个顺利的过程,只有一个例外:JAAS。我们使用 Jaas 作为安全机制,但无法复制 Jaas 会话。当负载均衡器将用户切换到不同的服务器时,用户必须再次登录(但是 jsf 会话状态不会丢失,它会毫无问题地复制)。我们怎样才能让 Jaas 在多个服务器上复制其会话?有可能以直接的方式吗?

或者我们是否必须修改程序授权,在 Tomcat 的情况下,这似乎只能通过反射来实现?

I've looked the web through and through in the search of answer to my problem but with no result so I reckon that's the ultimate place when anybody can have a clue what the solution might be.

Long story short: we have a jsf web application running on JBoss 4.2.0 GA server. We are in the process of replicating the application to several servers which is generally a smooth ride with just one single exception: JAAS. We use Jaas as our security mechanism but can't get the Jaas session replicated. When load balancer switches user to different server, the user has to log on again (however the jsf session state is not lost, it's gets replicated with no problem). How can we get Jaas to replicate its session over several servers? Is it possible in a stright way?

Or do we have to tinker with programmatic authorisation, which in case of Tomcat, seems to be possible only by reflection?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉城凉梦凉人心 2024-08-28 02:29:10

您需要查看cookie。最好使用一些 HTTP 协议嗅探器。

You need to look in cookies. Better to use some HTTP protocol sniffer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文