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]
"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
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