Anil Kumar
Anil Kumar

Reputation: 389

Configure JRebel with Jboss 4.3.2.GA

I am trying to configure JRebel to be used with my currently existing Java EE application on JBoss 4.3.2.GA and Eclipse Ganymede .
I am following http://manuals.zeroturnaround.com/jrebel-reference-manual/server.html?source=eclipse-config#server-4.6.11.

But it says to use command file instead of run.bat. Please provide some idea about how to implement the command line in the curently existing script run.bat

Upvotes: 4

Views: 2746

Answers (1)

Anton Arhipov
Anton Arhipov

Reputation: 6591

If you start the server from the IDE, you do not need to write your own script to start the container with JRebel. Instead, you can just click JRebel checkbox in the server configuration tab, as shown in https://manuals.zeroturnaround.com/jrebel/ide/eclipse.html#server-configuration

Upvotes: 4

Related Questions