Re: questions on tomcat cluster

2009-08-13 Thread TianJing
hi, the patch you send to me is helpfull and it works now,thanks for your help! 2009/8/14 Filip Hanik - Dev Lists > I'm not sure what youre pointing at here, what is not working? > > Filip > > > On 08/10/2009 09:48 PM, TianJing wrote: > >> i use the patch you send to me, it is much better than

Re: questions on tomcat cluster

2009-08-13 Thread Filip Hanik - Dev Lists
I'm not sure what youre pointing at here, what is not working? Filip On 08/10/2009 09:48 PM, TianJing wrote: i use the patch you send to me, it is much better than before,but it still have some problems: i must refresh the page and it could works for a few minute,then the session has gone.i ne

Re: questions on tomcat cluster

2009-08-10 Thread TianJing
i use the patch you send to me, it is much better than before,but it still have some problems: i must refresh the page and it could works for a few minute,then the session has gone.i need to login again. the log file says: ÐÅÏ¢: Server startup in 26207 ms 2009-8-11 11:23:09 org.apache.catalina.tr

RE: questions on tomcat cluster

2009-08-10 Thread Caldarale, Charles R
> From: Filip Hanik - Dev Lists [mailto:devli...@hanik.com] > Subject: Re: questions on tomcat cluster > > the JVM skips any class attempted to be loaded from another class, ie, > you cant do forName("java.lang.Integer",someloader), at least in theory :) True, since the

Re: questions on tomcat cluster

2009-08-10 Thread Filip Hanik - Dev Lists
On 08/10/2009 10:20 AM, Caldarale, Charles R wrote: From: Filip Hanik - Dev Lists [mailto:devli...@hanik.com] Subject: Re: questions on tomcat cluster actually, your classpath is probably good. Its in the way the system loads its classes. Not true - jre/lib is loaded by the bootstrap

Re: questions on tomcat cluster

2009-08-10 Thread Filip Hanik - Dev Lists
but totally unrelated to the actual issue he has :) Filip On 08/10/2009 10:20 AM, Caldarale, Charles R wrote: From: Filip Hanik - Dev Lists [mailto:devli...@hanik.com] Subject: Re: questions on tomcat cluster actually, your classpath is probably good. Its in the way the system loads its

RE: questions on tomcat cluster

2009-08-10 Thread Caldarale, Charles R
> From: Filip Hanik - Dev Lists [mailto:devli...@hanik.com] > Subject: Re: questions on tomcat cluster > > actually, your classpath is probably good. Its in the way the system > loads its classes. Not true - jre/lib is loaded by the bootstrap classloader, whereas CLASSPATH speci

Re: questions on tomcat cluster

2009-08-10 Thread Filip Hanik - Dev Lists
no need to email me directly, I read the tomcat mailing list. actually, your classpath is probably good. Its in the way the system loads its classes. There is classloading going while deserializing the message. I've created a small patch try to download http://people.apache.org/~fhanik/tomcat

Re: questions on tomcat cluster

2009-08-10 Thread TianJing
> > On Behalf Of TianJing > > Subject: Re: questions on tomcat cluster > > > > could you please tell me what library files could i use here? > > What do you mean by "here"? > > You should only use libraries that you need; don't randomly includ

RE: questions on tomcat cluster

2009-08-10 Thread Caldarale, Charles R
> From: jingtian.seu...@gmail.com [mailto:jingtian.seu...@gmail.com] > On Behalf Of TianJing > Subject: Re: questions on tomcat cluster > > could you please tell me what library files could i use here? What do you mean by "here"? You should only use libraries that

Re: questions on tomcat cluster

2009-08-10 Thread TianJing
thanks, could you please tell me what library files could i use here? 2009/8/10 Caldarale, Charles R > > From: jingtian.seu...@gmail.com [mailto:jingtian.seu...@gmail.com] > > On Behalf Of TianJing > > Subject: Re: questions on tomcat cluster > > > > my $CLASSPA

RE: questions on tomcat cluster

2009-08-10 Thread Caldarale, Charles R
> From: jingtian.seu...@gmail.com [mailto:jingtian.seu...@gmail.com] > On Behalf Of TianJing > Subject: Re: questions on tomcat cluster > > my $CLASSPATH include the lib and the jre/lib You must never, under any circumstances, include jre/lib in your classpath - the JVM takes car

Re: questions on tomcat cluster

2009-08-10 Thread TianJing
thanks for you help, could you please tell me more details? my $CLASSPATH include the lib and the jre/lib,what should i do to solve the problem? thanks very much! 2009/8/10 Filip Hanik - Dev Lists > so replication is actually working for you, you just have a classpath > issues with how you set

Re: questions on tomcat cluster

2009-08-10 Thread Filip Hanik - Dev Lists
so replication is actually working for you, you just have a classpath issues with how you setup your libraries. Filip On 08/10/2009 08:35 AM, TianJing wrote: thanks, the two tomcat are on different machines, one is on the same server with apache. in the tomcat catalina.out, it says: 2009-

Re: questions on tomcat cluster

2009-08-10 Thread TianJing
thanks, the two tomcat are on different machines, one is on the same server with apache. in the tomcat catalina.out, it says: 2009-8-10 18:57:53 org.apache.catalina.tribes.tipis.AbstractReplicatedMap messageReceived ÑÏÖØ: Unable to apply diff to key:4CFE0AE7D7D00AAB2536871C84FE7865.worker2 java.

Re: questions on tomcat cluster

2009-08-10 Thread TianJing
the two tomcat are on different machines, one is on the same server with apache. 2009/8/10 Filip Hanik - Dev Lists > are the Tomcat machines on the same box? > if yes, and this is tomcat 6.0.20, there is a regression in the tomcat code > https://issues.apache.org/bugzilla/show_bug.cgi?id=47308 >

Re: questions on tomcat cluster

2009-08-10 Thread Filip Hanik - Dev Lists
are the Tomcat machines on the same box? if yes, and this is tomcat 6.0.20, there is a regression in the tomcat code https://issues.apache.org/bugzilla/show_bug.cgi?id=47308 If this is not the case, let us know and we can help you further Filip On 08/10/2009 05:51 AM, TianJing wrote: Hi all, i