Mantis - Resin
Viewing Issue Advanced Details
5921 minor always 06-29-15 14:27 05-09-16 12:03
nam  
ferg  
normal  
closed  
no change required  
none    
none  
0005921: document jdbc persistent-store
<resin xmlns="http://caucho.com/ns/resin"> [^]
  <cluster id="app-tier">
     <server id=""/>
     
     <persistent-store type="jdbc">
       <init data-source="jdbc/session"/>
     </persistent-store>

   <host id="">
     <web-app id="/"/>
   </host>
  </cluster>
</resin>

<web-app xmlns="http://caucho.com/ns/resin"> [^]
  <session-config use-persistent-store="true"/>
</web-app>

Notes
(0006696)
ferg   
05-09-16 12:03   
JDBC persistent-store is discouraged.

It's an archive behind the cluster system. It does not replace clustered sessions.