![]() | ![]() | ![]() |
| |||||||
![]() | ||||||||||
![]() | ![]() | |||||||||
Resin 3.1 Documentation Examples Changes Release Notes Change Logs Resin 3.1.2 Resin 3.1.1 Resin 3.1.0 Archive Resin 3.0.20 Resin 3.0.19 Resin 3.0.18 Resin 3.0.17 Resin 3.0.16 Resin 3.0.15 Resin 3.0.14 Resin 3.0.13 Resin 3.0.12 Resin 3.0.11 Resin 3.0.10 Resin 3.0.9 Resin 3.0.8 Resin 3.0.7 Resin 3.0.6 Resin 3.0.5 Resin 3.0.4 Resin 3.0.3 Resin 3.0.2 Resin 3.0.1 Resin 3.0.0 |
Windows Security UpdateWindows users of Resin 3.0.17 or 3.0.18 should upgrade to 3.0.19 as soon as possible. Quercus: New PHP ApplicationsQuercus now starts up Wordpress and Gallery. AccessLog shared-bufferThe access-log has a new attribute, shared-buffer. The default behavior is to use the shared buffer (the current behavior.) If shared-buffer is disabled, each request will use its own buffer for logging requests. In some situations, the separate buffer may reduce locking times. LdapAuthenticatordn-prefix, dn-suffix, jndi-dnv, user-attribute, password-attribute connection-error-pageThe server block now accepts <connection-error-page> for IIS. wrap-statementsThe <database> tag now has a <wrap-statements> tag (default true) allowing applications to use the native statement class. prologueAdded a <prologue> tag to the <web-app>. The prologue is web-app configuration which is applied before any <web-app-default>. The <prologue> lets applications define custom <class-loader> in the <web-app> and lets it be applied before the <web-app-default> or web.xml. resource-defaultAdded <resource-default> tag as a default configuration for .rar files, e.g. classpaths. redeploy-check-intervalAdded a redeploy-check-interval to configure how long Resin should wait to restart a failed web-app. JaasAuthenticatorThe JaasAuthenticator will now look for log/rollover-countrollover-count is now allowed for <log> log/path-formatThe path-format option to the logs, including access-log can now accept .gz extensions. The logs will be compressed as they are written. select-managerThe <select-manager> tag replaces the <enable-select-manager/> introduced in 3.0.18. JspServletThe number of JSP .class files cached can now be configured in the JSP servlet. This affects the memory usage in the permanent memory space. <servlet servlet-name="resin-jsp" servlet-class="com.caucho.jsp.JspServlet"> <init> <load-tld-on-init>false</load-tld-on-init> <page-cache-max>1024</page-cache-max> </init> <load-on-startup/> </servlet> This fix is related to the OOM/PermMax issues some people have been running into with large numbers of JSP files.
|