Setting up IntelliJ IDEA with JRebel Broker¶
Install the JRebel plug-in for IntelliJ IDEA, configure the IDE settings, and sync your project with JRebel Broker.
Install the JRebel plug-in for IntelliJ IDEA¶
If you have not done so already, download and activate the JRebel plugin by following the instructions in the JRebel Quick Start guide for IntelliJ IDEA.
Configure IntelliJ IDEA with JRebel Broker¶
From the top ribbon, click Main Menu > View > Tool Windows > Services.
From the Services window, click Add Service > JRebel Broker.
Set the following:
Server URL: your JRebel Broker’s public URL (for example,
https://your-broker-host:443
).Auth token: an ACL token defined in the
acls
section of yourconfig.yml
file that grants access to the desired zones (for example,ide-acl-1
).
Click OK.
Sync your IntelliJ IDEA project with JRebel Broker¶
From the JRebel window, enable both JRebel and Remote server support for your project.
Rebuild the project to populate the deployable artifact with the
rebel-remote.xml
file.Deploy the new artifact to the remote server.
From the Services window, open Broker UI.
Expand your zone and JVM, then select the module you want to sync.
Click Sync Module.
You’ll be notified when the sync has completed. You can then verify changes in your application.