On Fri, Jan 27, 2012 at 2:29 PM, Pid * <p...@pidster.com> wrote:

> On 27 Jan 2012, at 08:06, Pradeep Fernando <pradee...@gmail.com> wrote:
>
> > Hi,
> >
> > I have embedded the tomcat server within my application. Right now i'm
> > using the org.apache.catalina.startup.Tomcat.java class to start my
> server.
> > However I would like to get more control over Engine creation, connector
> > initialization, etc. My idea is to configure the tomcat instance by
> looking
> > at the server.xml (will be a strip down version of server.xml).
> >
> > I beleive this mechanism is already happening within the standalone
> tomcat
> > distribution. There should be a server manager who parses the server.xml
> > and configures the tomcat engine. May be i can learn a bit from that
> code.
> > Can some body give me a code pointer to such code withing tomcat.
>
> Tomcat repackages the Commons Digester in org.apache.tomcat.util.digester.
>

thanks. This is what i was looking for.


>
>
> p
>
>
>
> >
> >
> >
> > thanks in advance,
> > --Pradeep
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
Pradeep Fernando.
http://pradeepfernando.blogspot.com/

Reply via email to