📄 resin-3.0.19.xtp
字号:
<document> <header> <product>resin</product> <title>Resin 3.0.19 Release Notes</title> </header><body><summary objsummary="localtoc"/><s1 title="Windows Security Update"><p>Windows users of Resin 3.0.17 or 3.0.18 should upgrade to 3.0.19as soon as possible.</p></s1><s1 title="Quercus: New PHP Applications"><p>Quercus now starts up <a href="http://www.wordpress.com">Wordpress</a> and<a href="http://gallery.menalto.com">Gallery</a>.</p></s1><s1 title="AccessLog shared-buffer"><p>The access-log has a new attribute, shared-buffer. The defaultbehavior is to use the shared buffer (the current behavior.) Ifshared-buffer is disabled, each request will use its own bufferfor logging requests. In some situations, the separate buffer mayreduce locking times.</p></s1><s1 title="LdapAuthenticator"><p>dn-prefix, dn-suffix, jndi-dnv, user-attribute, password-attribute</p></s1><s1 title="connection-error-page"><p>The server block now accepts <connection-error-page> for IIS.</p></s1><s1 title="wrap-statements"><p>The <database> tag now has a <wrap-statements> tag (default true)allowing applications to use the native statement class.</p></s1><s1 title="prologue"><p>Added a <prologue> tag to the <web-app>. The prologue isweb-app configuration which is applied before any <web-app-default>.</p><p>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.</p></s1><s1 title="resource-default"><p>Added <resource-default> tag as a default configurationfor .rar files, e.g. classpaths.</p></s1><s1 title="redeploy-check-interval"><p>Added a redeploy-check-interval to configure how long Resin shouldwait to restart a failed web-app.</p></s1><s1 title="JaasAuthenticator"><p>The JaasAuthenticator will now look for <code>isUserInRole</code> and<code>getRoles</code> in the Principal returned by the authenticatorto support the servlet <code>isUserInRole</code> call.</p></s1><s1 title="log/rollover-count"><p>rollover-count is now allowed for <log></p></s1><s1 title="log/path-format"><p>The path-format option to the logs, including access-log can nowaccept .gz extensions. The logs will be compressed as they are written.</p></s1><s1 title="select-manager"><p>The <select-manager> tag replaces the <enable-select-manager/>introduced in 3.0.18.</p></s1><s1 title="JspServlet"><p>The number of JSP .class files cached can now be configured in the JSPservlet. This affects the memory usage in the permanent memory space.</p><example><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></example><p>This fix is related to the OOM/PermMax issues some people have beenrunning into with large numbers of JSP files.</p></s1></body></document>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -