cancel
Showing results for 
Search instead for 
Did you mean: 

Live repository

lfaggioli
Champ in-the-making
Champ in-the-making
Hi,

I saw several posts regarding the WCM Deployment, but still, I could not find any answer to the problem I have:

I created a new web project, called "portal", I deployed it, and everything went fine.
Then I mapped the AVM folder to a network drive, but I can only see the subfolders related to the sandboxes (one for each user plus the Staging sandbox) - I cannot find any "portallive" subfolder

Am I doing something wrong?

My environment: Win2k3 SP2, and Alfresco Enterprise 2.1.1 on MySql5

Thanks a lot
luca
3 REPLIES 3

kvc
Champ in-the-making
Champ in-the-making
Ah, since 2.1E, we've added some new configuration options for CIFS.  By default, looks like we filter out of the CIFS view all LIVE content repos.

The CIFS config page for 2.2E BETA / 2.9 Community is here:

http://wiki.alfresco.com/wiki/File_Server_Configuration#AVM.2FWCM_Filesystems

You should be able to update the default config from:

<virtualView [stores="normal,staging,author,preview"]/>

To:

<virtualView [stores="normal,staging,author,preview,live"]/>


I'll also double-check myself …  in the meantime, to see your live content repo, you can access it via the Node Browser in the Admin Console.


Kevin

lfaggioli
Champ in-the-making
Champ in-the-making
Hi Kevin,

thanks a lot! The solution you proposed, changing the configuration, worked perfectly!

Thanks again
luca

lfaggioli
Champ in-the-making
Champ in-the-making
Hi Kevin,

is there any way to access the live repo through a virtual host?
i.e. something like:

http://mywebapp.www--live.127-0-0-1.ip.alfrescodemo.net:8180/

this url takes me to the standard tomcat webapp, not to the webapp I deployed…

thanks a lot!
luca