question for next Tomcat 6.0 release

2010-11-03 Thread Okubo, Yasushi (TSD)
Hi I am wondering if someone knows about release scheduled for next version : Tomcat v6.0.30 or any release schedule in next six month. I am currently running tomcat 6.0.26 [my development box with single instance configuration] and 6.0.28 on my test environment [two node cluster] and it is

RE: Tomcat 5.5 and 6.0

2010-10-28 Thread Okubo, Yasushi (TSD)
Thanks Christine for feedback, I would like to chat about your input when I return to the office. Matthew told me that we will visit TCP to install ITUTils, SeepdR and Mach5 next January. So, I would like to work with you November to finish this feature. Thanks again, yasushi -Original

RE: question for sso session replication in tomcat 6.0.26

2010-07-13 Thread Okubo, Yasushi (TSD)
-Original Message- From: Pid [mailto:p...@pidster.com] Sent: Friday, June 25, 2010 4:29 AM To: Tomcat Users List Subject: Re: question for sso session replication in tomcat 6.0.26 On 24/06/2010 21:49, Okubo, Yasushi (TSD) wrote: My bad. I added *.jsp to the filter since it contains

RE: question for sso session replication in tomcat 6.0.26

2010-06-29 Thread Okubo, Yasushi (TSD)
-Original Message- From: Pid [mailto:p...@pidster.com] Sent: Monday, June 28, 2010 4:01 PM To: Tomcat Users List Subject: Re: question for sso session replication in tomcat 6.0.26 On 28/06/2010 23:19, Okubo, Yasushi (TSD) wrote: On 28/06/2010 21:21, Okubo, Yasushi (TSD) wrote: Yes, I

RE: question for sso session replication in tomcat 6.0.26

2010-06-29 Thread Okubo, Yasushi (TSD)
On 28/06/2010 23:19, Okubo, Yasushi (TSD) wrote: On 28/06/2010 21:21, Okubo, Yasushi (TSD) wrote: Yes, I do. Manager className=org.apache.catalina.ha.session.DeltaManager name=webclust2 expireSessionsOnShutdown=false Hmm. Can you unset

RE: question for sso session replication in tomcat 6.0.26

2010-06-29 Thread Okubo, Yasushi (TSD)
Hi Pid I think I found a problem. Could you tell me how to fix this? Should I report it to bugzilla? SingleSignOn sessionEvent is destroying session, but DeltaSession is notifying session expiration to other node on same cluster. == singlesignon == protected void deregister(String ssoId) {

question : how to get debug log

2010-06-28 Thread Okubo, Yasushi (TSD)
Hi expert I would like get the further detail log defined in the source in such a way that a) containerLog.debug() or log.isDebugEnabled(). I tried to change log level defined in conf/logging.properties, but I am not getting what I want. For example, if I want to print debug message from

RE: question for sso session replication in tomcat 6.0.26

2010-06-28 Thread Okubo, Yasushi (TSD)
not entirely clear on when SSO replication occurs - presumably only when there's a change like session invalidation or creation. p == index.jsp == % response.sendRedirect(/test/index.html?homepage=dynprop=Home); % -Original Message- From: Okubo, Yasushi (TSD) Sent: Thursday, June 24

RE: question for sso session replication in tomcat 6.0.26

2010-06-28 Thread Okubo, Yasushi (TSD)
: Re: question for sso session replication in tomcat 6.0.26 On 28/06/2010 19:58, Okubo, Yasushi (TSD) wrote: Hi Pid I got more detailed log and it looks like clustersinglesignon is deregistering sso session on other nodes. 0. session destroyed C0641336BF4E6B4654927AA3337EAB9F.jvm1

RE: question for sso session replication in tomcat 6.0.26

2010-06-28 Thread Okubo, Yasushi (TSD)
On 28/06/2010 21:21, Okubo, Yasushi (TSD) wrote: Yes, I do. Manager className=org.apache.catalina.ha.session.DeltaManager name=webclust2 expireSessionsOnShutdown=false Hmm. Can you unset the DeltaManager name attribute on all of your instances

RE: question for sso session replication in tomcat 6.0.26

2010-06-24 Thread Okubo, Yasushi (TSD)
after login but isn't then replicated. You might search bugzilla to see if this applies to 6.0.26. p On 22 Jun 2010, at 22:41, Okubo, Yasushi (TSD) yasushi.ok...@takedasd.com wrote: Hi There were two cookies created by Tomcat 6.0.26. One is for SSO, and the other is for regular session

RE: question for sso session replication in tomcat 6.0.26

2010-06-24 Thread Okubo, Yasushi (TSD)
); % -Original Message- From: Okubo, Yasushi (TSD) Sent: Thursday, June 24, 2010 1:13 PM To: 'Tomcat Users List' Subject: RE: question for sso session replication in tomcat 6.0.26 Hi Pid I started getting the following error upon login to one node onto cluster. Could you tell me what

RE: question for sso session replication in tomcat 6.0.26

2010-06-24 Thread Okubo, Yasushi (TSD)
replication in tomcat 6.0.26 I'll have to look at the code, but maybe you're being affected by a recent bug whereby the session id changes after login but isn't then replicated. You might search bugzilla to see if this applies to 6.0.26. p On 22 Jun 2010, at 22:41, Okubo, Yasushi (TSD

RE: question for sso session replication in tomcat 6.0.26

2010-06-23 Thread Okubo, Yasushi (TSD)
by a recent bug whereby the session id changes after login but isn't then replicated. You might search bugzilla to see if this applies to 6.0.26. p On 22 Jun 2010, at 22:41, Okubo, Yasushi (TSD) yasushi.ok...@takedasd.com wrote: Hi There were two cookies created by Tomcat 6.0.26. One

RE: question for sso session replication in tomcat 6.0.26

2010-06-23 Thread Okubo, Yasushi (TSD)
Hi Pid I tested tomcat with three different versions [6.0.18, 6.0.20, 6.0.24] and the all results were consistent. SingleSignOn session did not failover. I hope someone can help me about this. yasushi -Original Message- From: Okubo, Yasushi (TSD) Sent: Wednesday, June 23, 2010 9:20

RE: question for sso session replication in tomcat 6.0.26

2010-06-22 Thread Okubo, Yasushi (TSD)
to find out though.. AB On Tue, Jun 22, 2010 at 3:04 PM, Andrew Bruno andrew.br...@gmail.com wrote: Hi Yasushi In your serverl.xml have you added the jvmroute to the Engine? i.e. Engine name=Catalina defaultHost=localhost jvmRoute=1 Andrew On Tue, Jun 22, 2010 at 2:50 PM, Okubo, Yasushi (TSD

RE: question for sso session replication in tomcat 6.0.26

2010-06-22 Thread Okubo, Yasushi (TSD)
Sorry I should clarify few things: In case of no failover, SSO works for all web applications on the same node, not host. Then, session replication upon failover works for non-password protected area only. -Original Message- From: Okubo, Yasushi (TSD) [mailto:yasushi.ok

RE: question for sso session replication in tomcat 6.0.26

2010-06-22 Thread Okubo, Yasushi (TSD)
, Okubo, Yasushi (TSD) wrote: Hi Andrew In case of no failover, SSO works for all web applications on the same host. Upon failover [shutting down one node], a user is routed to the other node, and TC is asking for a user to re-login when he/she tried to access password protected area. I have

RE: question for sso session replication in tomcat 6.0.26

2010-06-22 Thread Okubo, Yasushi (TSD)
List Subject: Re: question for sso session replication in tomcat 6.0.26 On 22/06/2010 15:56, Okubo, Yasushi (TSD) wrote: Hi Andrew In case of no failover, SSO works for all web applications on the same host. Upon failover [shutting down one node], a user is routed to the other node, and TC

RE: question for sso session replication in tomcat 6.0.26

2010-06-22 Thread Okubo, Yasushi (TSD)
JSESSIONIDSSO 65110434847FE0AA1F1EBF0EF0871D25 JSESSIONID 5CFE92814875C4DEFC554526147698A3.jvm2 -Original Message- From: Jon Brisbin [mailto:jon.bris...@npcinternational.com] Sent: Tuesday, June 22, 2010 2:17 PM To: Tomcat Users List Cc: Okubo, Yasushi (TSD) Subject: Re: question for sso

question for sso session replication in tomcat 6.0.26

2010-06-21 Thread Okubo, Yasushi (TSD)
Hi experts I found this old email from archive in TC 5.5.23. Does this problem still exist in tomcat 6.0.x or 6.0.26? When failover occurs, sso session id is updated with new number after forcing a user to relogin to the application since sso session id is not replicated and rewritten

RE: question for sso session replication in tomcat 6.0.26

2010-06-21 Thread Okubo, Yasushi (TSD)
= _ssoSessionId.substring(0, _ssoSessionId.indexOf(.)) and then add _ssoSessionId += . + jvmRoute; AB On Tue, Jun 22, 2010 at 1:03 PM, Okubo, Yasushi (TSD) yasushi.ok...@takedasd.com wrote: Hi experts I found this old email from archive in TC 5.5.23. Does this problem still exist in tomcat 6.0.x or 6.0.26

RE: question for singlesignon for vertical cluster

2010-06-02 Thread Okubo, Yasushi (TSD)
: Re: question for singlesignon for vertical cluster On 24/05/2010 00:36, Okubo, Yasushi (TSD) wrote: Hi I would like to enable singlesignon on vertical cluster environment [multi-nodes on multiple hosts]. We are using clustersinglesignon under host element, and this works in horizontal

RE: question for singlesignon for vertical cluster

2010-05-27 Thread Okubo, Yasushi (TSD)
-Original Message- From: Okubo, Yasushi (TSD) Sent: Wednesday, May 26, 2010 8:20 AM To: 'Tomcat Users List'; 'p...@pidster.com' Subject: RE: question for singlesignon for vertical cluster I am adding the following cluster element to engine for vertical cluster and to host for horizontal cluster

RE: question for singlesignon for vertical cluster

2010-05-27 Thread Okubo, Yasushi (TSD)
failover * Allows a load balancer to direct requests for different webapps to different servers, while maintaining the SSO. -Original Message- From: Okubo, Yasushi (TSD) Sent: Thursday, May 27, 2010 3:33 PM To: 'Tomcat Users List'; 'p...@pidster.com' Subject: RE: question

RE: question for singlesignon for vertical cluster

2010-05-26 Thread Okubo, Yasushi (TSD)
...@pidster.com] Sent: Wednesday, May 26, 2010 3:20 AM To: Tomcat Users List Subject: Re: question for singlesignon for vertical cluster On 24/05/2010 00:36, Okubo, Yasushi (TSD) wrote: Hi I would like to enable singlesignon on vertical cluster environment [multi-nodes on multiple hosts]. We are using

question for singlesignon for vertical cluster

2010-05-23 Thread Okubo, Yasushi (TSD)
Hi I would like to enable singlesignon on vertical cluster environment [multi-nodes on multiple hosts]. We are using clustersinglesignon under host element, and this works in horizontal cluster, but does not work in vertical cluster environment. Is there any way to make this work as

RE: question for deploystartup forROOT.war on tomcat cluster

2010-01-25 Thread Okubo, Yasushi (TSD)
forROOT.war on tomcat cluster 2010/1/23 Okubo, Yasushi (TSD) yasushi.ok...@takedasd.com: 1. What attributes are set on the Host element of your server.xml Host name=localhost appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware

RE: question for deploystartup forROOT.war on tomcat cluster

2010-01-25 Thread Okubo, Yasushi (TSD)
-Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Monday, January 25, 2010 11:16 AM To: Tomcat Users List Subject: Re: question for deploystartup forROOT.war on tomcat cluster 2010/1/25 Okubo, Yasushi (TSD) yasushi.ok...@takedasd.com: OK - Listed

RE: question for deploystartup forROOT.war on tomcat cluster

2010-01-23 Thread Okubo, Yasushi (TSD)
Thanks for your reply. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Saturday, January 23, 2010 8:53 AM To: Tomcat Users List Subject: RE: question for deploystartup forROOT.war on tomcat cluster From: Okubo, Yasushi (TSD) [mailto:yasushi.ok

question for deploystartup forROOT.war on tomcat cluster

2010-01-22 Thread Okubo, Yasushi (TSD)
Hi I have my application packaged as ROOT.war file. I can auto-deploy this war file on single tomcat instance whenever I restart tomcat or put a new war file into webapps. However, if I put the same war file into tomcat cluster and restart tomcat, tomcat does not redeploy this war file. In

form authentication error on tomcat cluster

2010-01-20 Thread Okubo, Yasushi (TSD)
Hi I have configured tomcat cluster [v6.0.20] on linux box with mod_proxy/mod_proxy_ajp [tomcat 6/Redhat 5/stickysession also turned on for load balancer] on two different nodes. Each node is running one tomcat instance. I inserted cluster element under engine and turned on jvmroute by