English 中文(简体)
恢复 JSF 申请状态
原标题:Restoring JSF application state using memcached as session fail-over

我设置了两个等效的托姆卡特服务器, 以存放相同的网络应用程序( Sun RI JSF 2 / Tomahawk / Tomahawk ) 。 对于负平衡和倒置方案, 我使用 nginx 服务器作为将请求委托给一个或另一个服务器的反向代理。 现在将一个托姆卡特服务器定义为备份解决方案, 这样Tomcat 服务器 1 就可以处理所有请求 。 当我杀死 Tomcat 1 进程时, nginx 将以下请求代表给 Tomcat 服务器 2 。 为了重新使用我配置的会话数据, 我配置了两个 Tomcat 服务器, 以将请求作为会话存储在服务器上 。 JSF 配置了将状态存储在服务器上 。

关于日志文件, 这个设置看起来不错, 会话数据会用混凝土服务器读取和存储。 例如, 这有利于使用网络应用程序, 无需重新登录, 即使Tomcat 1 已被关闭 。

尽管如此,似乎我的(届会范围)支持豆类在恢复会议后没有分别储存或使用,表格字段是空的,应填满会议豆类的数据。

有没有可能利用上述技术做这种事情?

问题回答

您应该使用 Tomcat & lt; 7.0. 22 和本版本中的 Serverlet Request Recenters 的通知被更改( 这是 OWB 用于支持失败的机制 ) 。

我目前正在研究与世行和Tomcat>合作的新版本的msm;=7.0.22。





相关问题
why the session in iis automatically log out?

I used iis6, and when i called a function Directory.delete(), the all the session relate this website will be logged out. and i debugged the website, i found no exception. any one have ideas on this ? ...

Check session from a view in CodeIgniter

What is the best way to check session from a view in CodeIgniter, it shows no way in their user guide, otherwise I will have to make two views on everything, which is kinda weird...still a newbie to ...

Can I get the size of a Session object in bytes in c#?

Is it possible to get the size(in bytes) of a Session object after storing something such as a datatable inside it? I want to get the size of a particular Session object, such as Session["table1"], ...

提供严格分类的出席会议物体

提供严格分类的与会机会的最佳方式是什么? 我正计划转而选择矩阵,这正在促使汇编者抱怨我的幻觉方案拟订方法......

PHP Session is not destroying after user logout

I m trying to create an authentication mechanism for my PHP Application and I m having difficulty destroying the session. I ve tried unsetting the authentication token which was previously set within ...

热门标签