-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
31 lines (24 loc) · 1016 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
USAGE
Preparations required:
- Define a JBOSS_HOME environment variable pointing to your JBoss 6 or 7 installation
- Define a REBEL_HOME environment variable pointing to your JRebel installation
In Seam Forge, setup a project, make it a web project and run:
forge $ forge git-plugin git://github.com/ctpconsulting/forge-jrebel-plugin.git
forge $ jrebel setup
forge $ jrebel container --named JBOSS_AS7
forge $ build
On a new shell command line:
mvn cargo:run
Back in Seam Forge, use
forge $ mvn compile
when you add source files under src/main/java or src/main/resources.
SUPPORTED CARGO CONTAINERS
- JBOSS_AS6
- JBOSS_AS7
OPTIONS
- If you don't want to add the JRebel Maven plugin, use
forge $ jrebel setup --withoutMavenPlugin
Use $ jrebel rebel-xml to regenerate the rebel.xml (e.g. when switching from JAR to WAR packaging)
NOTES
- Make sure you have run agent-settings.sh/bat and checked the initial configuration.
- JRebel up to v4.0.3 does not yet fully support JBoss 6/7.