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, > > >

Re: hostConfigClass attribute

2012-08-17 Thread Konstantin Kolinko
2012/8/16 Schulz-Hildebrandt, Ole : > Hi, > > I'm working with tomcat 7.0.29. In tomcat 5.x.x it was possible to use a > custom HostConfig class by setting the hostConfigClass attribute at a > element in the server.xml. This allowed to customize the order webapps were

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.

Re: hostConfigClass attribute

2012-08-16 Thread Mark Thomas
On 16/08/2012 16:03, Schulz-Hildebrandt, Ole wrote: > Hi, > > I'm working with tomcat 7.0.29. In tomcat 5.x.x it was possible to > use a custom HostConfig class by setting the hostConfigClass > attribute at a element in the server.xml. This allowed to > customize the ord

hostConfigClass attribute

2012-08-16 Thread Schulz-Hildebrandt, Ole
Hi, I'm working with tomcat 7.0.29. In tomcat 5.x.x it was possible to use a custom HostConfig class by setting the hostConfigClass attribute at a element in the server.xml. This allowed to customize the order webapps were started, to avoid deploying of webapps at tomcat startup etc. T