<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title><![CDATA[振华博客]]></title> 
    <link>http://www.zhenhua.org/</link> 
    <description><![CDATA[振华博客,振华's blog]]></description> 
    <language>UTF-8</language> 
    <copyright><![CDATA[Copyright 2010, 振华博客]]></copyright> 
    <webMaster><![CDATA[zenhua@gmail.com (振华)]]></webMaster> 
    <generator>LBS v2.0.313</generator> 
    <pubDate>Thu, 09 Sep 2010 21:02:06 +0800</pubDate> 
    <ttl>60</ttl>
  
    <item>
      <title><![CDATA[Resin 4.0  snapshot]]></title> 
      <link><![CDATA[http://www.zhenhua.org/article.asp?id=660]]></link> 
      <category><![CDATA[Resin]]></category> 
      <author><![CDATA[振华 <null@null.com>]]></author> 
      <pubDate>Fri, 06 Mar 2009 16:58:51 +0800</pubDate> 
      <description><![CDATA[Resin 4 <br /><br /><a href="http://caucho.com/resin/doc/" title="http://caucho.com/resin/doc/" target="_blank">http://caucho.com/resin/doc/</a><br /><br /><a href="http://caucho.com/resin/changes/changes.xtp" title="http://caucho.com/resin/changes/changes.xtp" target="_blank">http://caucho.com/resin/changes/changes.xtp</a>]]></description>
      <wfw:commentRss><![CDATA[http://www.zhenhua.org/feed.asp?q=comment&id=660]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[resin 3.2 发布]]></title> 
      <link><![CDATA[http://www.zhenhua.org/article.asp?id=601]]></link> 
      <category><![CDATA[Resin]]></category> 
      <author><![CDATA[振华 <null@null.com>]]></author> 
      <pubDate>Sat, 16 Aug 2008 22:54:46 +0800</pubDate> 
      <description><![CDATA[使JAVA和php的距离又拉近了一步。<br /><br /><a href="http://www.caucho.com/download/" title="http://www.caucho.com/download/" target="_blank">http://www.caucho.com/download/</a><br /><br />a leading open source Java-PHP application server vendor, today announced the release of Resin version 3.2 which features faster performance, better scalability, and an improved administration experience. <br /><br />Resin 3.2.0 features include: <br /><br />Dynamic clustering with remote application deployment <br />Improved support for Comet and massive keepalives <br />Improved administration console <br />Brokered agent messaging (BAM) <br />JSF 2.0 draft implementation <br />]]></description>
      <wfw:commentRss><![CDATA[http://www.zhenhua.org/feed.asp?q=comment&id=601]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[resin-pro-3.1.5 破解下载]]></title> 
      <link><![CDATA[http://www.zhenhua.org/article.asp?id=543]]></link> 
      <category><![CDATA[Resin]]></category> 
      <author><![CDATA[振华 <null@null.com>]]></author> 
      <pubDate>Mon, 28 Apr 2008 11:48:02 +0800</pubDate> 
      <description><![CDATA[(转自丁令的Blog)<br /><br />功能上完全没有任何限制，可以使用session持久化、cache等，只需要做好相关的配置即可。<br /><br />3.1.5的Change Log请看官方文档：<a href="http://caucho.com/resin/changes/changes.xtp" title="http://caucho.com/resin/changes/changes.xtp" target="_blank">Resin Change Log </a>，同时可以看到3.1.6 snapshot了。<br /><br />Linux/Unix:resin-pro-3.1.5.tar.gz 下载: <a href="http://www.onedoor.cn/download?file=resin-pro-3.1.5.tar.gz" title="http://www.onedoor.cn/download?file=resin-pro-3.1.5.tar.gz" target="_blank">http://www.onedoor.cn/download?file=resin-pro-3.1.5.tar.gz</a><br /><br />Windows:resin-pro-3.1.5.zip 下载 :<a href="http://www.onedoor.cn/download?file=resin-pro-3.1.5.zip" title="http://www.onedoor.cn/download?file=resin-pro-3.1.5.zip" target="_blank">http://www.onedoor.cn/download?file=resin-pro-3.1.5.zip</a>]]></description>
      <wfw:commentRss><![CDATA[http://www.zhenhua.org/feed.asp?q=comment&id=543]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Resin 3.1 URL Rewrite]]></title> 
      <link><![CDATA[http://www.zhenhua.org/article.asp?id=527]]></link> 
      <category><![CDATA[Resin]]></category> 
      <author><![CDATA[振华 <null@null.com>]]></author> 
      <pubDate>Mon, 18 Feb 2008 10:33:25 +0800</pubDate> 
      <description><![CDATA[在Resin3.1中提供了URL Rewrite功能，不需要使用Filter，只需要进行必要的配置即可实现。有两种方法可以使用，一种在是resin-web.xml里直接写，第二种是写在任何.xml文件中，在resin-web.xml导入。现在我们只说明第二种方式：<br /><br />在resin-web.xml中加入如下代码：<div class="code">&lt;rewrite-dispatch&gt;<br />&nbsp;&lt;import path=&#39;WEB-INF/rewrite.xml&#39;/&gt;<br />&lt;/rewrite-dispatch&gt;</div>注意路径不是从/WEB-INF/rewrite.xml，为此费了半天劲……<br /><br />另外在WEB-INF下建立一个rewrite.xml，代码示例如下：<div class="code">&lt;rewrite-dispatch xmlns=&quot;http&#58;//caucho.com/ns/resin&quot; xmlns:resin=&quot;http&#58;//caucho.com/ns/resin/core&quot;&gt;<br />&nbsp;&lt;forward regexp=&#39;^/bbs/subject/list/(\d+)/(\d+)$&#39; target=&#39;/bbs/s</div>]]></description>
      <wfw:commentRss><![CDATA[http://www.zhenhua.org/feed.asp?q=comment&id=527]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Crack resin-pro-3.1 破解]]></title> 
      <link><![CDATA[http://www.zhenhua.org/article.asp?id=513]]></link> 
      <category><![CDATA[Resin]]></category> 
      <author><![CDATA[振华 <null@null.com>]]></author> 
      <pubDate>Fri, 04 Jan 2008 16:36:10 +0800</pubDate> 
      <description><![CDATA[Resin Professional 3.1.4 (built Tue, 04 Dec 2007 11:27:12 PST)<br />Copyright(c) 1998-2007 Caucho Technology.  All rights reserved.<br /><br />Starting Resin on Mon, 31 Dec 2007 17:18:52 +0800 (CST)<br /><br />[17:18:53.640] {main} Proxy Cache disk-size=1024M memory-size=64M<br />[17:18:53.656] {main} PingThread[] starting, checking []<br />[17:18:54.109] {main}<br />[17:18:54.234] {main} Windows XP 5.1 x86<br />[17:18:54.343] {main} Java 1.5.0_11-b03, 32, mixed mode, GBK, zh, Sun Microsystems Inc.<br />[17:18:54.468] {main} user.name: dingl<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.zhenhua.org/feed.asp?q=comment&id=513]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Resin 泛解析]]></title> 
      <link><![CDATA[http://www.zhenhua.org/article.asp?id=488]]></link> 
      <category><![CDATA[Resin]]></category> 
      <author><![CDATA[振华 <null@null.com>]]></author> 
      <pubDate>Tue, 11 Sep 2007 17:30:30 +0800</pubDate> 
      <description><![CDATA[1. 使***.abc.aaa.com 和abc.aaa.com指向同一应用<br /><div class="code">&lt;host id=&#39;abc.aaa.com&#39;&gt;<br />&lt;host-alias-regexp&gt;([^.]+)\.abc\.aaa\.com&lt;/host-alias-regexp&gt;<br />&lt;host-name&gt;${host-alias-regexp.regexp[1]}.abc.aaa.com&lt;/host-name&gt;<br />&lt;web-app id=&quot;/&quot; document-directory=&quot;e:\space\webroot&quot;/&gt;<br />&lt;/host&gt;</div><br />2.使group.XXX.com 和XXX.group.XXX.com 都指向同一应用<br /><div class="code">&lt;host id=&quot;group.aaa.com&quot;&gt;<br />&nbsp;&lt;host-alias-regexp&gt;([a-zA-Z0-9.]+)roup\.([^.]+)\.com&lt;/host-alias-regexp&gt;<br />&nbsp;&lt;host-name&gt;${host-alias-regexp.regexp[1]}roup.${host-alias-regexp.regexp[2]}.com&lt;/host-name&gt;</div>]]></description>
      <wfw:commentRss><![CDATA[http://www.zhenhua.org/feed.asp?q=comment&id=488]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Resin 站点单独分配JVM]]></title> 
      <link><![CDATA[http://www.zhenhua.org/article.asp?id=487]]></link> 
      <category><![CDATA[Resin]]></category> 
      <author><![CDATA[振华 <null@null.com>]]></author> 
      <pubDate>Fri, 07 Sep 2007 13:11:58 +0800</pubDate> 
      <description><![CDATA[记录一下<br />Resin为每个站点单独分配JVM<br /><br />Resin+IIS：<a href="http://hi.baidu.com/looyea/blog/item/721995cac244fe86c91768f6.html" title="http://hi.baidu.com/looyea/blog/item/721995cac244fe86c91768f6.html" target="_blank">http://hi.baidu.com/looyea/blog/item/721995cac244fe86c91768f6.html</a><br />Resin+Apache：<a href="http://www.chinajavaworld.com/thread.jspa?threadID=721522&amp;tstart=-1" title="http://www.chinajavaworld.com/thread.jspa?threadID=721522&amp;tstart=-1" target="_blank">http://www.chinajavaworld.com/thread.jspa?threadID=721522&amp;tstart=-1</a>]]></description>
      <wfw:commentRss><![CDATA[http://www.zhenhua.org/feed.asp?q=comment&id=487]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Resin 3 LOG 设置]]></title> 
      <link><![CDATA[http://www.zhenhua.org/article.asp?id=482]]></link> 
      <category><![CDATA[Resin]]></category> 
      <author><![CDATA[振华 <null@null.com>]]></author> 
      <pubDate>Wed, 29 Aug 2007 18:45:19 +0800</pubDate> 
      <description><![CDATA[<div class="code">&lt;stdout-log path=&#39;${resin.home}/log/stdout.log&#39;<br />archive-format=&quot;stdout-%Y_%m_%d.log&quot;<br />rollover-period=&#39;1D&#39;<br />rollover-size=&#39;1mb&#39;/&gt;<br /><br />&lt;stderr-log path=&#39;${resin.home}/log/stderr.log&#39;<br />archive-format=&quot;stderr-%Y_%m_%d.log&quot;<br />rollover-period=&#39;1D&#39;<br />rollover-size=&#39;1mb&#39;/&gt;</div><br />log设置 <div class="code">&lt;log name=&#39;&#39; level=&#39;info&#39; path=&#39;stdout:&#39; rollover-period=&#39;1W&#39; timestamp=&#39;[%Y/%m/%d %H:%M:%S.%s] &#39;/&gt; <br />&lt;log name=&#39;com.caucho.java&#39; level=&#39;fine&#39; path=&#39;stdout:&#39; rollover-period=&#39;1W&#39; timestamp=&#39;[%Y/%m/%d %H:%M:%S.%s] &#39;/&gt; </div>]]></description>
      <wfw:commentRss><![CDATA[http://www.zhenhua.org/feed.asp?q=comment&id=482]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[resin - (HotSwap) not available]]></title> 
      <link><![CDATA[http://www.zhenhua.org/article.asp?id=457]]></link> 
      <category><![CDATA[Resin]]></category> 
      <author><![CDATA[振华 <null@null.com>]]></author> 
      <pubDate>Tue, 24 Jul 2007 14:28:05 +0800</pubDate> 
      <description><![CDATA[In-place class redefinition (HotSwap) is not available. In-place class reloading during development requires a compatible JDK and -Xdebug. <br /><br />提示你的JDK没有 In-place class (class更换重定义，可理解为class热插拔)功能。就是说你更改了class后，应用需要重新启动，而不是直接生效。<br /><br />解决方法：启动resin时加-Xdebug，或者更换JDK到1.6<br /><br />httpd -Xdebug]]></description>
      <wfw:commentRss><![CDATA[http://www.zhenhua.org/feed.asp?q=comment&id=457]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Resin 3 &lt;web-app&gt; syntax]]></title> 
      <link><![CDATA[http://www.zhenhua.org/article.asp?id=435]]></link> 
      <category><![CDATA[Resin]]></category> 
      <author><![CDATA[振华 <null@null.com>]]></author> 
      <pubDate>Tue, 28 Nov 2006 14:19:31 +0800</pubDate> 
      <description><![CDATA[<div class="code">&lt;web-app&gt; syntax:<br />&nbsp;((@id | @url-prefix | &lt;url-prefix&gt; | @url-regexp | &lt;url-regexp&gt;),<br />&nbsp;( (@context-path | &lt;context-path&gt;)?<br />&nbsp;&amp; (@document-directory | &lt;document-directory&gt;)?<br />&nbsp;&amp; &lt;prologue&gt;?<br />&nbsp;&amp; (@startup-mode | &lt;startup-mode&gt;)?),<br />&nbsp;(&lt;authenticator&gt;*<br />&nbsp;&amp; (@case-insensitive | &lt;case-insensitive&gt;)?<br />&nbsp;&amp; (@character-encoding | &lt;character-encoding&gt;)?<br />&nbsp;&amp; &lt;class-loader&gt;*</div>]]></description>
      <wfw:commentRss><![CDATA[http://www.zhenhua.org/feed.asp?q=comment&id=435]]></wfw:commentRss>
    </item>
      
  </channel>
</rss>
