I am using Rail 2.2.2 with JRuby 1.4 to deploy to a Tomcat 6 server.
In looking through the Warbler documentation I am stumped on the proper settings for a couple of parameters.
In my warble.rb file I see lines for:
# config.webxml.jruby.min.runtimes = 2 # config.webxml.jruby.max.runtimes = 4
In my production.rb I have enabled threadsafe mode:
# Enable threaded mode config.threadsafe!
With threadsafe mode am I supposed to uncommend the min and max runtimes and give them a value? I think that (per the Warble doco) once I turned on threadsafe mode that Warbler would ignore the min and max settings but I am not sure that this is correct?
Any advice you can offer is greatly appreciated.