Thursday, August 29, 2013

UCM Magic(Somewhat)I change the relative web root of my 11g content server from /cs to something else?

Works:


If u want to change the  relative web root of my 11g content server from /cs to something else?

means if u do not like 

http://localhost:16200/cs

Let's change it like:


http://localhost:16200/Development


Start:
Open theoracle/middleware/user_projects/domains/DOMAINNAME/ucm/cs/config/config.cfg fil

Edit the HttpRelativeWebRoot configuration setting to the desired value
HttpRelativeWebRoot=/development/

Save the file

Restart the UCM_server1 managed server

Rebuild the search collection
NOTE:When changing the relative web root, the new value can not contain uppercase characters. 

When using the above method it will not update the portal.htm file.  If you want the portal.htm file to be updated you will need to do the following.
Add the ForceInitialPostInstallConfiguration=1 value in to the DOMAINHOME/ucm/cs/config/config.cfg fiile 

Save the file
Restart the content server
Relative web root to the desired value.  (Can not contain uppper case characters)
Edit the config.cfg file, comment out the ForceInitialPostInstallConfiguration=1 option

Restart the content server.





No comments:

Post a Comment