Hazelcast's Web session clustering

て烟熏妆下的殇ゞ 提交于 2019-12-10 12:23:14

问题


We are currently exploring the usage of Hazelcast's session clustering capabilities and have immediately run into a weird issue. All the Struts expressions in our jsp pages are "lost" and instead we just find empty string in their place.

i.e. an expression as the following

<span class="status" data-title="${statusName}"></span>

just becomes

<span class="status" data-title=""></span>

Removing the hazelcast filters, the pages work fine. Our web.xml is not fancy and just has the the hazelcast filter before the Struts filter (with the same values as mentioned in the hazelcast documentation)

I tried enabling hazelcast's logging but could not ascertain if any thing was amiss. What could be wrong with my configuration?

来源:https://stackoverflow.com/questions/9286552/hazelcasts-web-session-clustering

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!