AW: hostConfigClass attribute

2012-08-20 Thread Schulz-Hildebrandt, Ole
> -Ursprüngliche Nachricht- > Von: Konstantin Kolinko [mailto:knst.koli...@gmail.com] > Gesendet: Freitag, 17. August 2012 15:50 > An: Tomcat Users List > Betreff: Re: hostConfigClass attribute > > 2012/8/16 Schulz-Hildebrandt, Ole : > > Hi, > > > > I'm working with tomcat 7.0.29. In tomca

AW: hostConfigClass attribute

2012-08-17 Thread Schulz-Hildebrandt, Ole
Hi Mark, thanks for your reply. I'm now using a custom Host implementation. Instead of adding the hostConfigClass attribute etc. I overwrote addLifecycleListener (replacing the default HostConfig by my custom HostConfig) so I am also no longer dependent on this hostConfigClass rule. Best regar