This project was initially called Tomcat-rails. Due to legal issues ralated with the apache tomcat's trademarks it has been renamed.
You can read more on these issues in my blog.
Trinidad allows you to run rails applications within an embedded Apache Tomcat container.
Apache Tomcat is a lightweight java web server developed and released under the Apache Software Foundation.
installing
jgem install trinidad
usage
cd myrailsapp
jruby -S trinidad
configuration
check the currently supported configuration options in the readme page.
getting the source
from github: http://github.com/calavera/trinidad/tree/master
git clone git://github.com/calavera/trinidad.git
license
Trinidad is distributed under the terms of The MIT License.
Copyright © 2009 David Calaveratheme grabbed from my good friend Luismi Cavalle's blog