Bind-ports-after-start

From Resin 3.0

Jump to: navigation, search


The <bind-ports-after-start/> directive tells Resin to wait until initialization completes before listening to external TCP ports.

This delay can help load balanced configurations response more quickly and reliabily as a server is restarting.

<resin xmlns="http://caucho.com/ns/resin">
  <server>
    <bind-ports-after-start/>

    <http server-id="" port="8080"/>
  
     ...
  </server>
</resin>
Personal tools