Re: how to embed tomcat 7

2010-07-21 Thread David Calavera
I have a pet project using an embedded tomcat. It's written in ruby but the code is pretty straightforward to follow: http://github.com/calavera/trinidad The class that configures the tomcat instance is this: http://github.com/calavera/trinidad/blob/master/lib/trinidad/server.rb Cheers On

Re: how to embed tomcat 7

2010-07-17 Thread Mark Thomas
On 16/07/2010 22:09, Caldarale, Charles R wrote: From: Ikonne, Ike [mailto:ike_iko...@stercomm.com] Subject: how to embed tomcat 7 can someone point to me on how I could go about embedding Tomcat into my application. I don't think anyone has properly documented how to do this, but the

RE: how to embed tomcat 7

2010-07-16 Thread Caldarale, Charles R
From: Ikonne, Ike [mailto:ike_iko...@stercomm.com] Subject: how to embed tomcat 7 can someone point to me on how I could go about embedding Tomcat into my application. I don't think anyone has properly documented how to do this, but the first set of APIs you need are here: