cancel
Showing results for 
Search instead for 
Did you mean: 

can we configure jrebel to hybris

Former Member
0 Kudos

can we configure jrebel to hybris for auto load. if not is there any way to achieve the same functionality

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Yes, You can use jrebel for hybris. Please follow the below link :

https://wiki.hybris.com/display/release5/How+to+Use+JRebel

also , if u don't want jrebel u can use the below one

https://wiki.hybris.com/display/~/DCEVM+-+Free+JRebel+Alternative

Answers (1)

Answers (1)

Former Member
0 Kudos

FYI: Hybris 6.0 works with Jrebel out of the box

0 Kudos

Hi Nicola, How to enable Jrebel for Hybris 6.0. As I see changes in .java file are not getting deployed after saving the file.

Former Member
0 Kudos

just add this to your local.properties

 tomcat.javaoptions=-Xverify:none -agentpath:"/opt/jrebel/lib/libjrebel64.so"
Former Member
0 Kudos

JRebel looks for compiled classes within "classes" directory of every extension. Don't forget to run "ant build" from extension that was changed, so JRebel could see changes.