cancel
Showing results for 
Search instead for 
Did you mean: 

Customize webclient.properties file

purohitsumit
Champ in-the-making
Champ in-the-making
Hi All,

In Alfresco repo webapp ( NOT share ) I am trying to change few labels in the "New User" wizard.
I figured that webclient_en.properties file needs to change. ( I don't know why webclient.properties was not effective)


But I don't want to change the core file and rather extend it. I have been using some customization by creating modules. So I created a file webclient_en.properties in

C:\Alfresco\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\module\<MY_MODULE_NAME>\messages



But it has no impact on the Alfresco webaap's New Wizard Form.

I also tried creating webclient-config_en.properties but no result.

I am I doing customization the right way ?

Thanks
Sumit Purohit
1 REPLY 1

romschn
Star Collaborator
Star Collaborator
Try this and see if it works for you or not.
1. Create a file webclient.properties, also webclient_en_US.properties. Add your custom labels to it. No need to copy existing content of out-of-the-box file to it, just add your custom labels.
2. Put this file at tomcat/shared/classes/alfresco/extension.

Hope this helps.