Servlet 3.0...

2009-10-29 Thread Rex Wang
hi, Dear Tomcat Developers, We adopt tomcat as an embeded servlet container in our system. Could you guys share with us any plan to implement the servlet 3.0 specification, or can I have a preview in current trunk(7.0) snapshot? Thanks for any comments! -Rex

Re: what does j_security_check do in clustering?

2009-09-24 Thread Rex Wang
Thanks a lot to all your guys!! -Rex 2009/9/24 Christopher Schultz > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Rex, > > On 9/24/2009 3:15 AM, Rex Wang wrote: > > What is a"note"? I am quite understanding its definition.. > > Just to clarify C

Re: what does j_security_check do in clustering?

2009-09-24 Thread Rex Wang
What is a"note"? I am quite understanding its definition.. thanks 2009/9/23 Filip Hanik - Dev Lists > j_security_check is stored as a note with the user session, but that data > is not being replicated. > > Filip > > > > On 09/17/2009 12:05 AM, Rex Wang wrote

Re: what does j_security_check do in clustering?

2009-09-20 Thread Rex Wang
2009/9/18 Mark Thomas > Rex Wang wrote: > > 2009/9/17 Mark Thomas > > > >> Rex Wang wrote: > >>> Dear Tomcat, > >>> > >>> I meet a problem when config a web project which using the form based > >>> security in clustering.

Re: what does j_security_check do in clustering?

2009-09-17 Thread Rex Wang
2009/9/17 Mark Thomas > Rex Wang wrote: > > Dear Tomcat, > > > > I meet a problem when config a web project which using the form based > > security in clustering. > > Clustering or load-balancing? Whether or not session replication is > configured between

what does j_security_check do in clustering?

2009-09-16 Thread Rex Wang
Dear Tomcat, I meet a problem when config a web project which using the form based security in clustering. When I set session affinity = true in my front http server, the security check was done in single node, there is no problem with that. But if I set affinity = false, the requests from the se