Re: tomcat 7.0 embedded usage

2010-08-22 Thread Mark Thomas
On 22/08/2010 04:04, Mondain wrote: This was blogged earlier this week.. http://copperykeenclaws.wordpress.com/2010/08/19/embedding-tomcat-7/ I'll be using this info for the Red5 plugin very soon.. The POM error will be fixed for 7.0.3 onwards. As an aside, if you find a problem please report

Re: tomcat 7.0 embedded usage

2010-08-21 Thread Mondain
This was blogged earlier this week.. http://copperykeenclaws.wordpress.com/2010/08/19/embedding-tomcat-7/ I'll be using this info for the Red5 plugin very soon.. http://copperykeenclaws.wordpress.com/2010/08/19/embedding-tomcat-7/Paul On Wed, Aug 4, 2010 at 2:34 AM, David Calavera

Re: tomcat 7.0 embedded usage

2010-08-04 Thread David Calavera
Hi, I don't know if that's your problem but I use the method server.await to allow the server to wait. On Mon, Aug 2, 2010 at 2:32 PM, Marzia Forli marzia.fo...@yahoo.com wrote: Can somebody please help me to setup a hello world example of embedded usage of tomcat 7 with servlet 3.0

tomcat 7.0 embedded usage

2010-08-02 Thread Marzia Forli
Can somebody please help me to setup a hello world example of embedded usage of tomcat 7 with servlet 3.0 support... I have a simple annotated HelloWorld servlet and would like to launch it from my eclipse environment. I have: tomcat-catalina.jar tomcat-servlet-api.jar tomcat-juli.jar