Re: Configuring embedded tomcat using server.xml

2012-01-27 Thread Pradeep Fernando
On Fri, Jan 27, 2012 at 2:29 PM, Pid * wrote: > On 27 Jan 2012, at 08:06, Pradeep Fernando 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

Re: Configuring embedded tomcat using server.xml

2012-01-27 Thread Pid *
On 27 Jan 2012, at 08:06, Pradeep Fernando 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 > initializat

Re: Configuring embedded tomcat using server.xml

2012-01-27 Thread Mikolaj Rydzewski
On Fri, 27 Jan 2012 13:35:45 +0530, Pradeep Fernando wrote: 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

Configuring embedded tomcat using server.xml

2012-01-27 Thread Pradeep Fernando
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 lookin