Wednesday, October 12, 2011

Setting up a Global Registry

To setup a docbase as a Global Registry,



1. Login to the docbase to check if the user  "dm_bof_registry" is active (User State -> Active)


2.  Add the following entries to the dfc.properties file



dfc.bof.registry.repository=
dfc.bof.registry.username=dm_bof_registry
dfc.bof.registry.password=






3. Password for the dm_bof_registry user  must be encryped before being added to the dfc.properties file. To encrype password, please use the dm_encrypt_password.exe file



Now verify,








No comments:

Post a Comment

ResourceBundle

package testJre; import java.util.ResourceBundle; public class testJre {  public static void main(String[] args) {   // TODO Auto-genera...