Oracle GlassFish Server 3.0.1 Domain File Format Reference

jruby-runtime-pool

Configures the JRuby runtime pool. This element is present only if at least one JRuby application is deployed.

Superelements

jruby-container

Subelements

none

Attributes

The following table describes attributes for the jruby-runtime-pool element.

Table 1–92 jruby-runtime-pool Attributes

Attribute 

Default 

Description 

jruby-runtime

1

Specifies the initial number of JRuby runtimes to start. Must be greater than zero, at least jruby-runtime-min, and jruby-runtime-max or less. Overridden by the jruby.runtime property of application if defined.

jruby-runtime-min

1

Specifies the minimum number of JRuby runtimes in the pool. Must be greater than zero, jruby-runtime or less, and jruby-runtime-max or less. Overridden by the jruby.runtime.min property of application if defined.

jruby-runtime-max

1

Specifies the maximum number of JRuby runtimes in the pool. Must be greater than zero, at least jruby-runtime-min and at least jruby-runtime. Overridden by the jruby.runtime.max property of application if defined.