Resin

From Resin 3.0

Revision as of 19:21, 13 February 2006 by Ferg (Talk | contribs)
Jump to: navigation, search


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

tag description
Environment Any Environment tag 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