Before update completely backup folder C:\AwareIM
After update
Rename
C:\AwareIM\Tomcat\webapps\AwareIM directory to C:\AwareIM\Tomcat\webapps\CustomFolderName
Open the file web.xml located in the AwareIM/Tomcat/webapps/newfoldername/WEB-INF directory,
search for AwareIM and replace it with newfoldername
Open the file aware.js located in C:\AwareIM\Tomcat\webapps\CustomFolderName\aware_kendo,
search for "AwareIM" and replace it with newfoldername
Open the file aware_full.js located in C:\AwareIM\Tomcat\webapps\CustomFolderName\aware_kendo,
search for "AwareIM" and replace it with newfoldername
Open UIConfig.props file in /AwareIM/bin and add:
OperationMode = http://localhost:8080/CustomFolderName/logonAdmin.html
WebAppBase=CustomFolderName
Apparently in recent versions you do not need to replace the Aware IM in aware.js and it has been verified.
However, I run a script and have just been to busy and lazy to either test it of change it. Will get around to it one day.