Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 4. Updating Feature packs to your JBoss EAP installation using the jboss-eap-installation-manager
4.1. Updating Feature Packs from your JBoss EAP installation Link kopierenLink in die Zwischenablage kopiert!
You can use the jboss-eap-installation-manager
to update Feature Packs on your JBoss EAP server installation.
Prerequisites
-
The
jboss-eap-installation-manager
is present on your system. - Your JBoss EAP installation has a feature pack installed on it.
Procedure
- Stop the JBoss EAP server.
-
Open the terminal emulator and navigate to the directory containing the downloaded
jboss-eap-installation-manager
. Update the feature packs on the server:
./jboss-eap-installation-manager.sh update perform --dir jboss-eap8
$ ./jboss-eap-installation-manager.sh update perform --dir jboss-eap8
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
4.2. Updating feature packs on an offline JBoss EAP server Link kopierenLink in die Zwischenablage kopiert!
You can use the jboss-eap-installation-manager
to update Feature Packs on your JBoss EAP server installation offline.
Prerequisites
- You have downloaded and extracted the latest JBoss EAP 8.0 repository.
- If required, you have downloaded the latest feature pack repository.
- You have added Feature Packs to your JBoss EAP installation.
Procedure
- Stop the JBoss EAP server.
-
Open the terminal emulator and navigate to the directory containing the downloaded
jboss-eap-installation-manager
. Update the feature packs on the server:
./jboss-eap-installation-manager.sh update perform --dir jboss-eap8 --repositories <EAP8_OFFLINE_REPO_PATH>,<FEATURE_PACK_OFFLINE_REPO>
$ ./jboss-eap-installation-manager.sh update perform --dir jboss-eap8 --repositories <EAP8_OFFLINE_REPO_PATH>,<FEATURE_PACK_OFFLINE_REPO>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
4.3. Updating additional artifacts Link kopierenLink in die Zwischenablage kopiert!
You can use the jboss-eap-installation-manager
to update additional artifacts in your JBoss EAP installation.
- MyFaces artifacts are not provided or supported by Red Hat.
- All other channels outside of JBoss EAP channels are not supported.
Prerequisite
- You have an account on the Red Hat Customer Portal and are logged in.
- You have reviewed the supported configurations for JBoss EAP 8.0.
- You have installed a supported JDK.
-
You have downloaded the
jboss-eap-installation-manager
.
Procedure
-
Open the terminal emulator and navigate to the directory containing
jboss-eap-installation-manager
. Update the subscribed custom channels in the
manifest.yaml
file with the new version ofmyfaces
artifacts:Copy to Clipboard Copied! Toggle word wrap Toggle overflow Deploy the newly updated manifest:
mvn deploy:deploy-file -Dfile=manifest.yaml \ -DgroupId=com.example.channels -DartifactId=myfaces \ -Dclassifier=manifest -Dpackaging=yaml -Dversion=1.0.1 \ -Durl=file:/path/to/local/repository
mvn deploy:deploy-file -Dfile=manifest.yaml \ -DgroupId=com.example.channels -DartifactId=myfaces \ -Dclassifier=manifest -Dpackaging=yaml -Dversion=1.0.1 \ -Durl=file:/path/to/local/repository
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Stop the JBoss EAP server.
Update the artifacts:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow