Hi friends… I need the steps to setup the master domain.. That is, I followed Getting Started with Alfresco Web Content Management tutorial 3.3 and created and deployed a web project successfully.
Do I need to configure this during my web project creation or any change in host file (Since I am using windows) is needed? Or is there any steps to set the complete domain without using www–sandbox.127-0-0-1.ip.alfrescodemo.net:8180..
(2) Then where to view my published web site without using preview website option??
For Linux: See file alfresco-virtserver.properties. In my configuration, it is located under directory structure /opt/Alfresco/virtual-tomcat/conf. The file contains some instructions for mapping your IP. Your file change would look something like: alfresco.virtserver.domain=XXX-XXX-XX-XX.ip.alfrescodemo.net with X indicating your desired IP address. Note that - in the IP format is important. Hope this helps.
During WCM it is important to notice where your virtual server is running. If you are running your virtual server and apllication server on the same machine or on different machine then you have to set your ip address of machine where the virtual server is running in alfresco-virtserver.properties present in the Alfresco/virtual-tomcat/conf in the line alfresco.virtserver.domain=172-17-22.208.ip.alfrescodemo.net.Here i have given a ip address as an example.After that you have to set in hosts present in the /etc folder.You should provide ip address where the virtual server is running in place of default 127-0-0-1.Try this .definitely it will work out. the website format should be like http://virtual-hostname.www--sandbox.virtualization-domain/request-path.