osfar
osfar

Reputation: 413

what is the path of the config file in UCM

I'm trying to follow a blogpost for UCM workflows, and the post mentioning adding 2 config entries to the config file , can any one tell what is the exact path to change those config variables

 AutoContributorAdvancesOnUnlock=true
 AutoContributorAllowsReview=true

url

http://webmonkeymagic.blogspot.com/2011/05/avoiding-workflow-contribution-step.html

i've tried to add them to file called config.cfg in the following path, restarted the server but it didn't work

/user_projects/domains/wcc_domain/ucm/cs/config

Upvotes: 1

Views: 485

Answers (1)

Sam
Sam

Reputation: 5721

There is a better way to do this:
Log in to UCM and look at Administration -> Admin Server -> General Configuration. Add your values under Additional Configuration Variables

If you still want to find the file, do like this:
Log in to UCM and look at Administration -> Configuration for ... -> Instance directory. In that folder you will find config/config.cfg. If you find the values you added (as above) here, you are on the right track.

Upvotes: 2

Related Questions