Re: Running tomcat as an embedded servlet engine

2002-03-14 Thread Craig R. McClanahan
On Thu, 14 Mar 2002, WATKINS, Andy, FM wrote: > Date: Thu, 14 Mar 2002 16:15:28 - > From: "WATKINS, Andy, FM" <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]

Re: Running tomcat as an embedded servlet engine

2002-03-14 Thread Christopher K . St . John
"WATKINS, Andy, FM" wrote: > > Has anyone else tried to do this (run an embedded servlet > engine without swathes of configuration files)? > Yes, although I suspect you're looking for something a little different than what I needed. You might check out: http://www.distributopia.com/servlet_s

Running tomcat as an embedded servlet engine

2002-03-14 Thread WATKINS, Andy, FM
My apologies from cross posting this to the users list. Only afterwards did I realise it really a developer question as it involves coding... Im trying to run Tomcat in an embedded fashion (ie started from a main() in our program ), with a single servlet. Im using the Embedded.java class in Ca