Passenger 4 claims to have support for jruby. When I change into my jruby project directory, execute rvm use jruby
and proceed to passenger start
it state that the Ruby development headers cannot be found and wants me to install ruby. (passenger 4.0 is working for me on my MRI apps, fwiw)
I am working with rvm 1.20, jruby 1.7 installed under rvm, and the passenger gem, in standalone mode
The documentation for passenger standalone is short, any help is greatly appreciated, thank you.
edit: a little more info, I ran passenger-config --ruby-version
passenger-config was invoked through the following Ruby interpreter:
Command: /home/dimitri/.rvm/wrappers/jruby-1.7.3/ruby
so jruby is being picked up.