Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
#
# Bitte unbedingt Snapshot der virtuelle Maschine erstellen
#
 
# Hotfix Package herunterladen und entpacken
wget http://wwwdownload.weeasy.de/dfnq48p9wjt8p4fn/updates/weeasy-hotfix-1.3.0.47.8.1.zip
unzip ./weeasy-hotfix-1.3.0.47.8.1.zip
 
# JBoss stoppen
systemctl stop jboss
 
# Bestehendes EAR sichern
mv /usr/share/jboss-as/standalone/deployments/jeaf-cloud-ear-1.3.0.47.10.ear ./
rm /usr/share/jboss-as/standalone/deployments/jeaf-cloud-ear-1.3.0.47.10.ear.deployed
 
# Neues EAR installieren
mv ./jeaf-cloud-ear-1.3.0.47.11.ear /usr/share/jboss-as/standalone/deployments/
 
# JBoss neu starten
systemctl start jboss