cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with demo

jwscycle
Champ in-the-making
Champ in-the-making
I'm working my way through the product evaluation guide: 2.1 WCM on 2.1 community alfresco. I made my way through the intro to Alfresco fine, and was at the point where having bulk imported the .war into alfrescosample, to preview it. But it always gives me this url back:

http://admin.alfrescosample.www--sandbox.127-0-0-1.ip.alfrescodemo.net:8180/

which obviously doesn't lead anywhere. I even tried remaking the project using the name of the deploy to changed from localhost to the dns name of the machine , but that doesn't change the preview link. I know there's probably something simple that I'm not putting together, but there's no quick way to ascertain what's going on.

Thanks.
2 REPLIES 2

loftux
Star Contributor
Star Contributor
This domain is correct, see
http://wiki.alfresco.com/wiki/Configuring_the_Virtualization_Server

So what you need is a working internet connection. Then the virtual domain will contact alfrescodemo.net and resolve this to 127.0.0.1 which is your localhost. If you are not running the demo on the local host, then you will have to configure according to instructions found in the wiki.

/Peter Löfgren

jwscycle
Champ in-the-making
Champ in-the-making
Hmm. I have those ports open, and I changed /opt/alfresco/virtual-tomcat/conf/alfresco-virtserver.properties to have

alfresco.virtserver.domain=128-59-153-xxx.ip.alfrescodemo.net

Yet I still get back the same url with 127.0.0.1, even after restarting via alfresco.sh (and heck, even restarting the host). Is there something else I should be doing to make this config catch?