📄 resin-3.0.15.xtp
字号:
<document> <header> <product>resin</product> <title>Resin 3.0.15 Release Notes</title> </header><body><summary objsummary="localtoc"/><s1 title="EL field expression"><p>In configuration files, EL field expressions like \${smtp.mail.host}now directly refer to the system property.</p></s1><s1 title="cluster changes"><p>The active cluster is now selected implicitly with a matchingserver-id. This will allow some configurations with multiple<cluster> items to avoid multiple resin.conf file..</p><example>...<server> <cluster> <srun server-id="a" host="192.168.0.10" port="6802"/> <srun server-id="b" host="192.168.0.11" port="6802"/> </cluster> <cluster> <srun server-id="c" host="192.168.0.20" port="6802"/> <srun server-id="d" host="192.168.0.21" port="6802"/> </cluster></server>...</example></s1><s1 title="xa"><p>The <xa> tag now defaults to true. If true, connections automaticallyparticipate in distributed transactions. If false, the database connectionsdo not participate in distributed transactions.</p></s1><s1 title="xa-forbid-same-rm"><p>New attribute to the <database> to workaround issues with Oracledrivers and distributed transactions.</p></s1><s1 title="JSP with older web.xml"><p>When a pre-servlet 2.4 web.xml is used, JSP files will notuse EL expressions by default.</p></s1><s1 title="Custom AccessLog"><p>Custom access logs can now extend AbstractAccessLog.</p></s1><s1 title="FileServlet"><p>Added character-encoding init-param for a default character encoding.</p></s1><s1 title="pid file"><p>The default name of the pid file now uses the -server argument.</p></s1><s1 title="server.root"><p>server.root is now the preferred variable name for the server root.</p></s1><s1 title="ejb-server"><p>ejb-server has been changed to allow multiple ejb-server instances.In the case of Amber/EJB3, the EntityManager name is assignable withentity-manager-jndi-name.</p><p>See <a href="http://caucho.com/wiki/display/RESIN/ejb-server">ejb-server</a> onthe wiki.</p><p>The <ear-default> tag and the resin-application.xml nowsupports a <ejb-server-jndi-name> to specify analternate <ejb-server> for the .ear file.</p></s1><s1 title="access-log time in microseconds"><p>The access log format string now supports '%D' to measure the timetaken in microseconds (actual accuracy is milliseconds).</p></s1><s1 title="Eclipse compiler"><p><javac compiler="eclipse"/> is now supported.</p></s1><s1 title="EnvironmentLogger.removeHandle"><p>Environment-specific logging handles can now be removed.</p></s1><s1 title="AmberTableCache"><p>An amber bean now allows an @AmberTableCache annotation to specifythe read-only and cache timeout attributes.</p></s1><s1 title="Special Thanks"><p>Special thanks to Fiaz Hossain for suggesting a fix for theEnvironmentLogger.removeHandle functionality.</p><p>Special thanks to Branko Granar for significant enhancements tothe mod_caucho debugging.</p></s1></body></document>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -