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

2009-06-22 Thread Mark Thomas
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 if this could be useful for anyone, currently it's based on my needs, but you

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

2009-06-22 Thread Martin Gainty
Hi David- can you use CGIServlet to accomplish the ror? thanks, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir

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 if

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:52 PM, Martin Gainty mgai...@hotmail.com wrote: Hi David- can you use CGIServlet to accomplish the ror? rails doesn't work pretty well with cgi, they are using rack, that's an implementation of python's wsgi in ruby. thanks, Martin