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;
> >}
> > }
> >
---
2010/2/1 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 instanti
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, feedi