Re: [ANN] Apache Tomcat 7.0.12 released

2011-04-09 Thread David Calavera
Hey Mark, could you upload the maven artifacts to the repository?? Thank you! On Wed, Apr 6, 2011 at 9:51 AM, Mark Thomas ma...@apache.org wrote: The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.12. Apache Tomcat 7.0.12 includes bug fixes and the following

Re: [ANN] Apache Tomcat 7.0.11 released

2011-03-11 Thread David Calavera
Hi Mark, could you remember to release the maven artifacts, I've seen the last version released was 7.0.8. Thank you! On Fri, Mar 11, 2011 at 4:59 PM, Mark Thomas ma...@apache.org wrote: The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.11 Apache Tomcat

Re: [ANN] Apache Tomcat 7.0.6 released

2011-01-17 Thread David Calavera
Any schedule for the maven artifacts release? Thank you! On Fri, Jan 14, 2011 at 10:21 AM, Pid pids...@apache.org wrote: On 1/14/11 9:15 AM, Mark Thomas wrote: The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.6. This is the first stable release of the

Re: [ANN] Apache Tomcat 7.0.6 released

2011-01-17 Thread David Calavera
Great, thank you! On Mon, Jan 17, 2011 at 7:25 PM, Mark Thomas ma...@apache.org wrote: On 17/01/2011 18:18, David Calavera wrote: Any schedule for the maven artifacts release? I'm running the upload as I type. I'll update the snapshot first and then the release. It'll take a while. Upload

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

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: RabbitMQ-based vcloud session clustering

2010-04-06 Thread David Calavera
Please open source it!! I never thought about that solucion but it could be pretty cool and I'll give a try for sure. On Tue, Apr 6, 2010 at 10:42 AM, Pid p...@pidster.com wrote: On 05/04/2010 22:53, Jon Brisbin wrote: Not sure there's anyone besides me on both these lists, but I'm x-posting

Re: Where is org.apache.catalina.startup.Tomcat in the 6.0.x branch??

2010-04-02 Thread David Calavera
Thank you Mark, then I'll wait to tomcat 7 to upgrade my app, right now my current version works pretty fine and I'm not in a hurry. On Fri, Apr 2, 2010 at 12:18 AM, Mark Thomas ma...@apache.org wrote: On 01/04/2010 18:39, Caldarale, Charles R wrote: From: David Calavera [mailto:david.calav

Where is org.apache.catalina.startup.Tomcat in the 6.0.x branch??

2010-04-01 Thread David Calavera
Hi, I've been using a custom version of Tomcat 6.0.18 that included that class but I can't find any extra jar that contained it for 6.0.x version and I'd like to migrate to 6.0.26 and continuing using it. I've seen the class is in trunk but it's not in any other branch. Does anyone know if that

Re: Configuring a database connection pool by source

2010-03-31 Thread David Calavera
: David Calavera Subject: Re: Configuring a database connection pool by source On 24/03/2010 18:39, David Calavera wrote: Hi, I'm working in an application that uses an embedded tomcat and I'd like to add a feature to add a connection pool by source but when I run the server I'm

Configuring a database connection pool by source

2010-03-24 Thread David Calavera
Hi, I'm working in an application that uses an embedded tomcat and I'd like to add a feature to add a connection pool by source but when I run the server I'm getting this error: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an

Tomcat-Rails, a pet project to run jruby on rails applications within an embedded tomcat

2009-06-22 Thread David Calavera
in the project page: http://calavera.github.com/tomcat-rails http://github.com/calavera/tomcat-rails Advice and feedback will be really appreciated. Cheers -- David Calavera http://www.thinkincode.net

Re: Tomcat-Rails, a pet project to run jruby on rails applications within an embedded tomcat

2009-06-22 Thread David Calavera
On Mon, Jun 22, 2009 at 4:50 PM, Mark Thomas ma...@apache.org wrote: David Calavera wrote: Hi, I'm working on a little project to use tomcat as server for rails applications without generate a war file. I'm using an embedded tomcat and jruby-rack to wrap requests. I don't know

Re: Tomcat-Rails, a pet project to run jruby on rails applications within an embedded tomcat

2009-06-22 Thread David Calavera
on my needs, but you can find more info in the project page: http://calavera.github.com/tomcat-rails http://github.com/calavera/tomcat-rails Advice and feedback will be really appreciated. Cheers -- David Calavera http://www.thinkincode.net