Caucho maker of Resin Server | Application Server (Java EE Certified) and Web Server


 

Resin Documentation

home company docs 
app server 
 Resin Server | Application Server (Java EE Certified) and Web Server
 

resin 4.0.57 release notes


Summary

We encourage people to report 4.0.57 bugs at http://bugs.caucho.com.

4.0.57 is primarily a bug fix release. Please see changes.xtp for a list of changes.

resin.property session_store default change

session_store in resin.property now defaults to false, which disables persistent sessions.

OpenSSL SNI

Multiple host/certificate for OpenSSL is now supported. The configuration looks like the following:

...
<openssl>
  <certificate-file>...
  ...

  <host id="a.name.com">
    <certificate-file>keys/host-a.crt</certificate-file>
    <certificate-key-file>keys/host-a.key</certificate-key-file>
  </host>
  ...
</openssl>

Copyright © 1998-2015 Caucho Technology, Inc. All rights reserved. Resin ® is a registered trademark. Quercustm, and Hessiantm are trademarks of Caucho Technology.