I have got prod server up and running with aware IM and my custom web apps. I want to point my godaddy domain to hosted aware IM app. I already made changes in godaddy cpanel and my godaddy domain now points to correct IP address of hosted server where aware IM is installed. I checked this video for tomcat domain name but not sure if it works exactly same for aware IM. Is there any help link or steps to link a domain to aware IM app?
https://www.youtube.com/watch?v=V598VXQzTog
I want to point
http://localhost:8080/AwareIM/logonOp.aw?domain=CRM
http://swiftinit.net/swiftinCRM (when user types this url it needs to go to above)- domain already registered with godaddy and its pointing to my cloud provider server where aware IM licensed version is installed.
I do see a host entry in tomcat
<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true">
I have added below entry as well
<Host name="http://swiftinit.net/" appBase="webapps"
unpackWARs="true" autoDeploy="true">