Re: svn commit: r379183 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina: core/StandardContext.java startup/ContextConfig.java

2006-02-21 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: here is the trace Name=/replicator Manager=null Cluster=null Distributable=true as you can see, the cluster reference is null at this point in time. Yeah, well, I guess I should be using getCluster then (I simplified the code too much when moving it over). RĂ©

Re: svn commit: r379183 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina: core/StandardContext.java startup/ContextConfig.java

2006-02-21 Thread Filip Hanik - Dev Lists
here is the trace Name=/replicator Manager=null Cluster=null Distributable=true as you can see, the cluster reference is null at this point in time. Filip Filip Hanik - Dev Lists wrote: ok, I will dig to the bottom of this :) Filip Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: I re

Re: svn commit: r379183 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina: core/StandardContext.java startup/ContextConfig.java

2006-02-21 Thread Filip Hanik - Dev Lists
ok, I will dig to the bottom of this :) Filip Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: I reverted the checkin on my local box, and it started to work again, do you want to handle it, or do you need me to provide you with more info what the actual cause was? I have no idea what t

Re: svn commit: r379183 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina: core/StandardContext.java startup/ContextConfig.java

2006-02-21 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: I reverted the checkin on my local box, and it started to work again, do you want to handle it, or do you need me to provide you with more info what the actual cause was? I have no idea what the problem is. I added tracing, and verified the manager instance was

Re: svn commit: r379183 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina: core/StandardContext.java startup/ContextConfig.java

2006-02-21 Thread Filip Hanik - Dev Lists
I reverted the checkin on my local box, and it started to work again, do you want to handle it, or do you need me to provide you with more info what the actual cause was? Filip Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: Gentlemen, I am running into a problem right now where the man

Re: svn commit: r379183 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina: core/StandardContext.java startup/ContextConfig.java

2006-02-21 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: Gentlemen, I am running into a problem right now where the manager for a distributable webapp is the StandardManager, instead of the CatalinaCluster.createManager result when the cluster is enabled. I have a feeling the commit below might be related. I will contin

Re: svn commit: r379183 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina: core/StandardContext.java startup/ContextConfig.java

2006-02-21 Thread Filip Hanik - Dev Lists
Gentlemen, I am running into a problem right now where the manager for a distributable webapp is the StandardManager, instead of the CatalinaCluster.createManager result when the cluster is enabled. I have a feeling the commit below might be related. I will continue to debug, but if you could sh

svn commit: r379183 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina: core/StandardContext.java startup/ContextConfig.java

2006-02-20 Thread remm
Author: remm Date: Mon Feb 20 09:45:48 2006 New Revision: 379183 URL: http://svn.apache.org/viewcvs?rev=379183&view=rev Log: - Slightly modify the timing of the manager start (unfortunately, setManager in ContextConfig.java causes and immediate start of the manager). Modified: tomcat/con