cancel
Showing results for 
Search instead for 
Did you mean: 

Rename Cifs and alfresco war

brek
Champ in-the-making
Champ in-the-making
Hi,

i have a problem accessing alfresco CIFS. I have modified name of alfresco.war in cartesio.war. I have modified db name in cartesio too.

Now if i access to //localhost:8080/cartesio web application works, but if i try to access to Alfresco CIFS with //localhostA/cartesio, it doesn't work.

I think i should modify some configuration files, but i don't know which files…

If i use traditional name for the web application (alfresco.war), i don't have any problem to access to Alfresco CIFS with //localhostA/alfresco

Could someone help me?

Thanks,

Brek
2 REPLIES 2

brek
Champ in-the-making
Champ in-the-making
thanks belmekki,
but i have tried to change file-server.xml file in

<config evaluator="string-compare" condition="Filesystems">
     <filesystems>
       
       <!– Alfresco repository access shared filesystem –>
         <filesystem name="Cartesio">
            <store>workspace://SpacesStore</store>
            <rootPath>/app:company_home</rootPath>

but it doesn't work…

brek
Champ in-the-making
Champ in-the-making
Sorry belmekki,

i have spooken too early,

I had have modified also another parameter, instead now i have modified only <filesystem name="Cartesio"> in file-server.xml and now it works!

Thanks a lot!!!!!!!

Brek