Resin

From CauchoWiki

Jump to: navigation, search


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

directivedescription
EnvironmentAny Environment directive may be used in <resin>
security-providerconfigures the security provider for JSSE
security-managerenables the Java security manager
<server>configures a server
shutdown-wait-maxmaximum time Resin will wait for an orderly shutdown before forcing a close
<thread-pool>configures the thread pool
<transaction-manager>configures the transaction manager

[edit] resin.conf

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

[edit] <thread-pool>

directivedescription
spare-thread-minthe minimum number of idle threads required in the pool
thread-maxthe maximum number of threads in the pool
Personal tools