cancel
Showing results for 
Search instead for 
Did you mean: 

How to view the deployed web site on the broswer?

peggyw
Champ in-the-making
Champ in-the-making
Hi, all

I have deployed successfully a website from one Alfresco instance to another Alfresco instance I installed on my other windows machine. I can see it is in my C:\alfrescotest\alf_data\lucene-indexes\avm folder. The folder is called 'smghelp008'. How can I view the deployed web site on the broswer? The ip for that machine is 168.122.34.229.

Any help is greatly appreciated.
1 REPLY 1

pmonks
Star Contributor
Star Contributor
If you're deploying a static web site, you should be using Alfresco-to-filesystem (FSR) deployment rather than Alfresco-to-Alfresco (ASR) deployment (see http://wiki.alfresco.com/wiki/Deployment for details).  You'd then install a web server (Apache, lighttpd, IIS, wotnot) and configure it to use that deployed directory as a docroot.

Alfresco Runtimes (ASRs) are primarily used for web applications that need to be able to build pages with content retrieved via some kind of dynamic query - in this scenario the ASR acts as a "content database" which is queried by your web application at request time.

Cheers,
Peter