Re: clustering: session replication

2008-07-23 Thread nch
age From: Filip Hanik - Dev Lists <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, July 22, 2008 7:30:34 PM Subject: Re: clustering: session replication also, post your configuration, to make sure you have it right (server.xml and context.xml) Filip nch wrote: > Hello, ag

Re: clustering: session replication

2008-07-22 Thread nch
clues on how to tackle this issue? Kind regards. - Original Message From: nch <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, July 22, 2008 12:27:13 PM Subject: Re: clustering: session replication Sorry, I'm running 6.0.13. Does it work the same? - Origina

Re: clustering: session replication

2008-07-22 Thread nch
Sorry, I'm running 6.0.13. Does it work the same? - Original Message From: Peter Rossbach <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, July 22, 2008 11:10:04 AM Subject: Re: clustering: session replication Hi, at tomcat 5.5 cluster you can use the cluster logging. Look a

clustering: session replication

2008-07-22 Thread nch
Hi, there. Does anyone know how to trace session replication in a cluster? Thank you.

Re: load balancing and sticky sessions

2008-07-17 Thread nch
AIL PROTECTED]> To: Tomcat Users List Sent: Thursday, July 17, 2008 1:51:43 PM Subject: Re: load balancing and sticky sessions Set your session stickiness attribute to false. e.g.: worker..sticky_session=false On Thu, Jul 17, 2008 at 4:24 PM, nch <[EMAIL PROTECTED]> wrote: > Hi, there

load balancing and sticky sessions

2008-07-17 Thread nch
Hi, there. I'm reading http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html It says "Make sure that your loadbalancer is configured for sticky session mode". I have the requirement of an apache/mod_jk load balanced tomcat cluster using session replication without session stickyness. Is this

Re: Tomcat 5.5.26 Sessions getting replicated but not working via browser

2008-07-08 Thread nch
Make sure all objects you add to a session are serializable. If not, DeltaManager should be logging about it. Cheers. - Original Message From: martinjd <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Tuesday, July 8, 2008 11:35:11 AM Subject: Tomcat 5.5.26 Sessions getting repli

Re: Character encoding

2008-06-19 Thread nch
coding -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 nch, nch wrote: | You say: | Tomcat does not use any environment variables. The only settings that | affect the interpretation of the URI are the "URIEncoding" and | "useBody..." settings on the . Are you using more than one

Re: Character encoding

2008-06-18 Thread nch
M does and so tomcat read them indirectly through it?? Cheers - Original Message From: Christopher Schultz <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, June 18, 2008 9:42:21 PM Subject: Re: Character encoding -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 nch,

Re: Character encoding

2008-06-18 Thread nch
: SHA1 nch, nch wrote: | | - I do remote debugging through Eclipse to both tomcat on windows | | (same machine as eclipse, though) and tomcat on debian. | Okay, remote debugging should not affect the server, but I'm still | wondering if the server.xml you think you are using is the one actua

Re: Character encoding

2008-06-18 Thread nch
e environment dependent? Hope this is useful. Lots of thanks to you all. - Original Message From: Christopher Schultz <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, June 18, 2008 7:25:03 PM Subject: Re: Character encoding -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: Character encoding

2008-06-18 Thread nch
gt; To: Tomcat Users List Sent: Wednesday, June 18, 2008 4:29:54 PM Subject: Re: Character encoding nch wrote: > Thanks, Christopher. > This doesn't work either. > Could you give an example of such a UTF-8 encoded URI ? (and tell us what it should be decoded to) Thanks

Re: Character encoding

2008-06-18 Thread nch
'm having this problem in debian etch (works fine in windows xp). Many thanks. - Original Message From: Christopher Schultz <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, June 18, 2008 3:56:13 PM Subject: Re: Character encoding -BEGIN PGP SIGNED MESSAGE- Hash:

Character encoding

2008-06-18 Thread nch
Hi, there. I'm having difficulties trying to decode URI parameters into UTF8. I tried setting URIEncoding="UTF-8" and useBodyEncodingForURI="true" Connector properties. Didn't work. I tried adding a Filter by following the example at http://tompson.wordpress.com/2007/01/29/encoding-filter-for-ja