⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resin-3.1.4.xtp

📁 RESIN 3.2 最新源码
💻 XTP
字号:
<document>  <header>    <product>resin</product>    <title>Resin 3.1.4 Release Notes</title>  </header><body><localtoc/><s1 title="Resin 3.1.x"><p>Resin 3.1.x is a development branch.  New capabilities will be addedalong with bug fixes for future versions of the Resin 3.1.x branch.</p><p>Deployments which need a Resin version with only bug fixes shoulduse the Resin 3.0.x branch.</p></s1><s1 title="database-default"><p>The configuration file now accepts &lt;database-default.</p></s1><s1 title="DatabaseManager"><p>com.caucho.sql.DatabaseManager allows dynamic allocation ofdatabase pools.</p><p>The two methods are:</p><pre>  DataSource DatabaseManager.findDatabase(String url);  DataSource DatabaseManager.findDatabase(String url, String driver);</pre><p>The first method is only allowed if the driver has a META-INF/services.</p></s1><s1 title="JMS"><p>Added new configuration tags for JMS:</p><example title="resin-web.xml">&lt;web-app xmlns="http://caucho.com/ns/resin">  &lt;jms-connection-factory jndi-name="jms/ConnectionFactory"/>  &lt;jms-queue jndi-name="jms/q1" url="memory:"/>  &lt;jms-queue jndi-name="jms/q1" url="file:path=WEB-INF/jms"/>  &lt;jms-queue jndi-name="jms/q1" url="cluster:path=WEB-INF/jms"/>  &lt;jms-topic jndi-name="jms/q1" url="memory:"/>  &lt;jms-topic jndi-name="jms/q1" url="file:path=WEB-INF/jms"/>  &lt;jms-topic jndi-name="jms/q1" url="cluster:path=WEB-INF/jms"/>&lt;/web-app></example><p>JMS also has new MXBeans, JmsQueueMXBean and JmsTopicMXBean.</p></s1><s1 title="Admin"><p>Added resin_admin_insecure to allow sites to require SSL for admin.</p></s1><s1 title="logging enhancements"><p>The logging timestamp now allows %{thread} and %{env}.</p><example>&lt;resin xmlns="http://caucho.com/ns/resin">  &lt;log name="" level="fine" path="stdout:"       timestamp="[%H:%M:%S.%s] {%{thread} %{env}} "/>  ...&lt;/resin></example></s1></body></document>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -