John,
I'm almost there but I can't get the server started using Trinidad.
I'm getting an error related to a JAR not being found, and I suspect
that's what you were alluding to in your previous reply. Here's the
stacktrace:
[chris@chris (master)]$ jruby -S trinidad
Jun 12, 2011 11:43:14 PM org.apache.coyote.AbstractProtocolHandler
init
INFO: Initializing ProtocolHandler ["http-bio-3000"]
Jun 12, 2011 11:43:14 PM org.apache.catalina.core.StandardService
startInternal
INFO: Starting service Tomcat
Jun 12, 2011 11:43:14 PM org.apache.catalina.core.StandardEngine
startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.11
Jun 12, 2011 11:43:14 PM org.apache.catalina.startup.ContextConfig
webConfig
INFO: No global web.xml found
Jun 12, 2011 11:43:14 PM
org.apache.tomcat.util.scan.StandardJarScanner scan
WARNING: Failed to scan [file:/Users/chris/rails/protorocket/~/
development/tools/junit-4.5.jar] from classloader hierarchy
java.util.zip.ZipException: error in opening zip file
I didn't do any configuration besides installing jruby via rvm and
then installing trinidad. Searching for more detailed instructions on
getting a Rails app up and running on jruby yielded little.
If you have any hints I'll take them!
Chris