Jrebel for Jetty Thermal deployment

Source: Internet
Author: User
Tags websphere application server

have never really practiced thermal deployment. When we used to do WebSphere application server, we often had a customer ask was hot deployment problem, when actually unclear, remember is to deploy the application when the choice of support binary deployment. I'm not sure if it's really work anymore.

Self-made web development, using an embedded jetty approach, but Jetty does not support the thermal deployment of class, have to restart frequently, which is a waste of time. It took a little while to study how to get jetty to support class's thermal deployment and not find a good solution. Search, found Jrebel This tool, history is not short, unfortunately, charges.

So find a cracked, online someone spend days to crack, courage commendable.


Copy Jrebel.jar C:\Users\Administrator\. Intellijidea12\config\plugins\jr-ide-idea\lib\jrebel

del/q C:\users\administrator\.jrebel\*.*
Copy Jrebel.lic C:\Users\Administrator\.jrebel\jrebel.lic
Pause

If you do not use plug-in mode, it is also possible to manually enable Jrebel.

When you start jetty, add the JVM parameters:

-xmx1024m-noverify-javaagent: "D:\javalib\jrebel.jar"-drebel.aspectj_plugin=true-drebel.spring_plugin=true

Jrebel for Jetty Thermal deployment

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.