Re: Tomcat 7 LifecycleBase.init

2010-11-01 Thread Mark Thomas
On 01/11/2010 12:34, dB. wrote: > Sorry for the noise. > > Once I got the right source code, it was pretty easy to track under a > debugger. I needed to implement Context.getName(), getPath, an Engine and a > Pipeline. > > _authenticator = new NegotiateAuthenticator(); >

RE: Tomcat 7 LifecycleBase.init

2010-11-01 Thread dB .
Sorry for the noise. Once I got the right source code, it was pretty easy to track under a debugger. I needed to implement Context.getName(), getPath, an Engine and a Pipeline. _authenticator = new NegotiateAuthenticator(); SimpleContext ctx = new SimpleContext()