cancel
Showing results for 
Search instead for 
Did you mean: 

How to query for repository properties

sebp
Champ in-the-making
Champ in-the-making
Hi,
how can I query for the contents of the repository.properties file using web services?
I want to know what the name of the spaces.store and the names of the spaces in there are (e.g. spaces.company_home, spaces.guest_home, spaces.user_homes, …).

Thanks
1 REPLY 1

_sax
Champ in-the-making
Champ in-the-making
Hi,

the same way you do it for other spaces:
${companyhome.properties.name}
etc. The above example would print the name in your freemarker template. To handle the name, just get rid of the decoration around it.