Installation : Redeploying Applications
  

Redeploying Applications

If you, for some reason, need to redeploy one of your deployed applications, it is important that you make sure that you are using the wanted version of the application artefact (war-file).
The reason for redeploying an application may for example be if you have received a later version of the Mobile Connect Counter application, or if you have translated your Calendar Admin and Calendar View applications.
For Connect, it is possible to check the version of the deployed application, by going to one of the following url:s:
connect.war: http://<ip>:<port>/connect/config.properties
connectcounter.war: http://<ip>:<port>/connectcounter/config.properties
A file called config.properties will be downloaded and this file contains a parameter called app_version that states the version of the application.
Follow these manual steps, to make sure that you are really using the wanted application version:
1. In the JBoss/Wildfly admin console (http://localhost:9990, username: admin, password: ulan), in the Deployments tab, undeploy the application that you need to redeploy.
2. Delete the applicable war-file from the <install_dir>\deploy folder.
3. Copy the new war-file to the <install_dir>\deploy folder.
4. Deploy the new version of the application in the JBoss/Wildfly admin console, by clicking Add, looking up the new file, then clicking Next and making sure that the application is correctly enabled.