Re: Embedding tomcat and bug in org.apache.catalina.startup.Catalina

2010-02-04 Thread Henning Blohm
ok, done. Thanks, henning Am Mittwoch, den 03.02.2010, 13:08 +0300 schrieb Konstantin Kolinko: public class MyCatalina extends Catalina { public Server getServer() { return this.server; } }

Re: Embedding tomcat and bug in org.apache.catalina.startup.Catalina

2010-02-03 Thread Konstantin Kolinko
2010/2/1 Henning Blohm henning.bl...@gmail.com: Hi,  this is a question about embedding Tomcat into an application so that it can still be configured using server.xml and web applications can be added or removed programmatically.  I am using Tomcat 6.0.24.  The way I tried to make it work

Embedding tomcat and bug in org.apache.catalina.startup.Catalina

2010-02-01 Thread Henning Blohm
Hi, this is a question about embedding Tomcat into an application so that it can still be configured using server.xml and web applications can be added or removed programmatically. I am using Tomcat 6.0.24. The way I tried to make it work is by instantiating an instance of Catalina,