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 Connect application, or if you have translated your Calendar Admin and Calendar View applications.
Follow these manual steps, to make sure that you are really using the wanted application version:
1. In the 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 Wildfly admin console, by clicking Add, looking up the new file, then clicking Next and making sure that the application is correctly enabled.