eXo Platform 4.0 integrates with JBoss EAP 6.1.0.
Prerequisites
Have JBoss EAP 6.1.0 installed in $PLATFORM_JBOSS_HOME
.
Have the eXo Platform package for JBoss EAP downloaded into your local.
Installing eXo Platform into JBoss EAP
Extract your downloaded eXo Platform package.
Copy all extracted folders and files, such as bin
, extension
, standalone
, into $PLATFORM_JBOSS_HOME
.
This step will overwrite some files of JBoss EAP with new files of eXo Platform.
Optionally, if you want to customize the JVM Options, create a copy of $PLATFORM_JBOSS_HOME/bin/standalone-customize.sample.conf
on Linux
or $PLATFORM_JBOSS_HOME/bin/standalone-customize.sample.conf.bat
on Windows.
Rename the copy to standalone-customize.conf
(or standalone-customize.conf.bat
on Windows), then edit it with your JVM Options.
Start up the server.
On Linux and OS X:
$PLATFORM_JBOSS_HOME/bin/standalone.sh
On Windows:
%PLATFORM_JBOSS_HOME%\bin\standalone.bat
The server starts up successfully when you see the following message in your log/console:
INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.1.0.GA (AS 7.2.0.Final-redhat-8) started in 111437ms - Started 2405 of 2630 services (223 services are passive or on-demand)
Shut down the server.
On Linux and OS X:
$PLATFORM_JBOSS_HOME/bin/jboss-cli.sh --connect command=:shutdown
On Windows:
%PLATFORM_JBOSS_HOME%\bin\jboss-cli.bat --connect command=:shutdown
The server stops successfully when you see the following message in your log/console:
INFO [org.jboss.as] (MSC service thread 1-6) JBAS015950: JBoss EAP 6.1.0.GA (AS 7.2.0.Final-redhat-8) stopped in 2576ms
See also