To edit the files in the server:
- Go to <
WCCC_Home>\ucm\cs\config
.WCCC_Home
is the location where you installed WCCC. TheWCCC_Home
path is\Oracle\Middleware\user_projects\domains\$domain_name
by default. - Edit the config.cfg file.
- Find the SocketHostAddressSecurityFilter line and add the list of IP addresses that can be used to access the server to the end of the line.
Note: Separate multiple IP addresses or machine name entries using a pipe symbol or |. For example,
127.0.0.1|127.0.0.2
. - Find the IntradocServerPort line and enter a server port number. For example, 4444.
- Save the changes.
- Restart the WCCC managed server for changes to take effect.