jrebel部署到myeclipse或者eclipse的方法

來源:互聯網
上載者:User

1、myeclipse的安裝方法:

jrebel 5 for myEclipse (8-10
)配置

1、下載jrebel5.0,解壓到指定目錄。

2、下載破解的jrebel.jar,替換原來的jrebel.jar破解jrebel。

3、下載jrebel for myeclipse外掛程式。在myEclipse根目錄建立myplugin目錄,在其中再建jrebel目錄。將jrebel
for myeclipse外掛程式壓縮包中的features、plugins解壓到jrebel目錄下。在MyEclipse
Blue Edition 8.5目錄dropins檔案夾下建立txt檔案,txt檔案中輸入內容

    path=X:..\\myplugin\\jrebel(jrebelfor myeclipse外掛程式絕對路徑),

然後儲存並重新命名為jrebel.link。重啟myeclipse

4、myeclipse中配置jrebel。先Window->Preferences下選中JRebel,通過點擊“Browse”選中jrebel.jar來指定jrebel.jar路徑。然後填寫重部署的估計時間。(此處一定要填不然過不去)

window->preference->tomcat->Tomcat6.x->JDK頁,在Optional Java VM arguments下,加入以下參數
-noverify
-javaagent:     .\jrebel\jrebel.jar 這裡自行修改jrebel.jar正確的路徑(絕對路徑)

5、產生jrebel.xml。右鍵工程,選擇JRebel->Generaterebel.xml ...,然後選擇儲存路徑,

查看儲存的rebel.xml格式如下:

<?xmlversion="1.0" encoding="UTF-8"?>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns="http://www.zeroturnaround.com"xsi:schemaLocation="http://www.zeroturnaround.comhttp://www.zeroturnaround.com/alderaan/rebel-2_0.xsd">

 <classpath>
  <dir name="X:/xxxx/WebRoot/WEB-INF/classes">
  </dir>
 </classpath>

 <web>
  <link target="/">
   <dir name="X:/xxxx/WebRoot">
   </dir>
  </link>
 </web>

</application>

6、現在可以Myeclipse下啟動tomcat了。剛啟動時會列印如下資訊,則表示破解成功。

[2012-07-17 11:22:57] #############################################################
[2012-07-17 11:22:57] 
[2012-07-17 11:22:57]  JRebel 5.0.0 (201206080930)
[2012-07-17 11:22:57]  (c) Copyright ZeroTurnaround OU, Estonia, Tartu.
[2012-07-17 11:22:57] 
[2012-07-17 11:22:57]  Over the last 1 days JRebel prevented 
[2012-07-17 11:22:57]  at least 0 redeploys/restarts saving you about 0hours.
[2012-07-17 11:22:57] 
[2012-07-17 11:22:57]  This product is licensed to Unlimited
[2012-07-17 11:22:57]  For FUN! Unlimited! Enjoy!
[2012-07-17 11:22:57] 
[2012-07-17 11:22:57]  The following plugins are disabled at themoment: 
[2012-07-17 11:22:57]  * Apache MyFaces plugin (set-Drebel.myfaces_plugin=true to enable)
[2012-07-17 11:22:57]  * Click plugin (set -Drebel.click_plugin=true toenable)
[2012-07-17 11:22:57]  * JRuby Plugin (set -Drebel.jruby_plugin=true toenable)
[2012-07-17 11:22:57]  * Jersey plugin (set -Drebel.jersey_plugin=true toenable)
[2012-07-17 11:22:57]  * Oracle ADF Core plugin (set-Drebel.adf_core_plugin=true to enable)
[2012-07-17 11:22:57]  * Oracle ADF Faces plugin (set-Drebel.adf_faces_plugin=true to enable)
[2012-07-17 11:22:57]  * Seam-Wicket plugin (set-Drebel.seam_wicket_plugin=true to enable)
[2012-07-17 11:22:57]  * WebObjects plugin (set -Drebel.webobjects_plugin=trueto enable)
[2012-07-17 11:22:57] 
[2012-07-17 11:22:57]#############################################################

 

 

java.lang.OutOfMemoryError:PermGen space問題的解決

Exception in thread "btpool0-1"java.lang.OutOfMemoryError: PermGen space ...

以前在使用MyEclipse時,經常遇到PermGen space問題,解決辦法無非是更改MyEclipse的設定檔,增加其運行

JVM時申請的記憶體.但是這次是由Javarebel啟動程式...

參考連結:

 http://www.zeroturnaround.com/jrebel/faq,

.於是照此修改Javarebel的參數:

-Xmx512M -Xms512M -XX:MaxPermSize=1024m

各個配置的詳細解釋參考連結:

:http://hi.baidu.com/futily/blog/item/cffb330fb0c22ee4ab6457fc.html

堆記憶體配置:

-Xms     JVM初始分配的記憶體由-Xms指定,預設是實體記憶體的1/64

-Xmx    JVM最大分配的記憶體由-Xmx指定,預設是實體記憶體的1/4;

預設空餘堆記憶體小於40%時,JVM就會增大堆直到-Xmx的最大限制;空餘堆記憶體大於70%時,JVM會減少堆直到-Xms的最小限制。

因此伺服器一般設定-Xms、-Xmx相等以避免在每次GC 後調整堆的大小。

 

 非堆記憶體配置

-XX:PermSize       JVM使用-XX:PermSize設定非堆記憶體初始值,預設是實體記憶體的1/64

-XX:MaxPermSize  XX:MaxPermSize設定最大非堆記憶體的大小,預設是實體記憶體的1/4

 

特別注意事項

參數中

        -Xms的值要小於-Xmx

        -XX:PermSize的值要小於-XX:MaxPermSize
        -Xmx的值和-XX:MaxPermSize的總和應不超過JVM記憶體的最大限制,比如當前作業系統最大記憶體限制,或者實際的實體記憶體等等。

 

2、eclipse安裝方法和myeclipse大同小異,只是不需要myeclipse外掛程式,

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.