Resin

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Configuration]]
+
{{Cleanup}} [[Category:Configuration]]
  
The <resin> tag is the resin.conf top-level configuration tag.
+
The <resin> directive is the resin.conf top-level configuration directive.
  
 
{|
 
{|
!tag||description
+
!directive||description
 
|-
 
|-
||[[Environment]]||Any [[Environment]] tag may be used in <resin>
+
||[[Environment]]||Any [[Environment]] directive may be used in <resin>
 
|-
 
|-
 
||security-provider||configures the security provider for JSSE
 
||security-provider||configures the security provider for JSSE
Line 16: Line 16:
 
||shutdown-wait-max||maximum time Resin will wait for an orderly shutdown before forcing a close
 
||shutdown-wait-max||maximum time Resin will wait for an orderly shutdown before forcing a close
 
|-
 
|-
||<thread-pool||configures the thread pool
+
||<[[thread-pool]]>||configures the thread pool
 +
|-
 +
||<[[transaction-manager]]>||configures the transaction manager
 
|}
 
|}
  
Line 30: Line 32:
 
== <thread-pool> ==
 
== <thread-pool> ==
  
{|
+
{{:thread-pool}}
!tag||description
+
|-
+
||spare-thread-min||the minimum number of idle threads required in the pool
+
|-
+
||thread-max||the maximum number of threads in the pool
+
|}
+

Latest revision as of 21:20, 1 December 2011

40px-Edit-clear.png This article requires cleanup and may refer to a legacy version of Resin.

Please visit http://www.caucho.com/documentation/ for the most up-to-date documentation.

The <resin> directive is the resin.conf top-level configuration directive.

directive description
Environment Any Environment directive may be used in <resin>
security-provider configures the security provider for JSSE
security-manager enables the Java security manager
<server> configures a server
shutdown-wait-max maximum time Resin will wait for an orderly shutdown before forcing a close
<thread-pool> configures the thread pool
<transaction-manager> configures the transaction manager

resin.conf

<resin xmlns="http://caucho.com/ns/resin"
       xmlns:resin="http://caucho.com/ns/resin/core">
  ...
  <server id="">
    ...
  </server>
</resin>

<thread-pool>

Thread-pool

Personal tools