Checking defined?(JRUBY_VERSION) appears to be the most idiomatic way of determining whether you're running in jruby (c.f. How can I tell if I'm running from JRuby vs. Ruby?, various FOSS jruby projects). Is there a similar idiom for determining whether you're running in Tomcat?
|
| ||||
|
feedback
|
|
In the absence of an existing clearly established idiom, I'm going to propose | |||
feedback
|
|
Maybe something like:
| |||
feedback
|
|
works in both mri and jruby
| |||
|
feedback
|