Domain configuration is contained within config/config.xml file plus JDBC data source configuration that is placed into separate files in config/jdbc directory.
There may be a problem moving these configuration files to another domain because of encrypted data contained: encrypted JDBC and SSL passwords, jndi credentials etc. The encription key is in security/SerializedSystemIni.dat file. Thus to move configuration from one domain to another without reencrypting all sensitive data we have to move additionaly the following files:
- security/SerializedSystemIni.dat;
- fileRealm.properties;
- servers/AdminServer/security/boot.properties
PS. personnaly I was not able to migrate JDBC configuration; had to recreate it in the new domain. Beside JDBC all other config data was transfered successfully.
|