cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple web-client-config-custom.xml files

oltchuva
Champ in-the-making
Champ in-the-making
Hello,

Here is a quote from http://wiki.alfresco.com/wiki/Packaging_And_Deploying_Extensions:
You can now have multiple web-client-config-custom.xml files present in the system by placing them in the JAR file's META-INF folder.

But when I place web-client-config-custom.xml in META-INF folder it's not found by alfresco

      > custom-dialog.jar
         > META-INF
            > faces-config.xml
            > MANIFEST.MF
            > web-client-config-custom.xml
OR
      > custom-dialog.jar
         > META-INF
            > faces-config.xml
            > MANIFEST.MF
            > alfresco
               > extension
                  > web-client-config-custom.xml

If i place alfresco–>extension–>web-client-config-custom.xml in the root of the jar, it is found by alfresco, but it overwrites the one from \tomcat\shared\classes\alfresco

I tried to use Class-Path in MANIFEST.MF to point to the web-client-config-custom.xml, but it didn't help

What am I doing wrong? Version of alfresco is 2.1

Thanks,
Olga
1 REPLY 1

benkla
Champ in-the-making
Champ in-the-making
Hello Olga,

If your intentions are to use multiple config files i suggest you to take a look at http://wiki.alfresco.com/wiki/Web_Client_Configuration_Guide hope this helps,

Claudio