问题描述
当我尝试使用RDBMS用户存储配置WSO2 IS 5.9 / 5.10时,配置更改被覆盖。 这是遵循的过程:
- 更新文件,repository / conf / deployment.toml,如下所示:
type = "database"
name = "regdb"
url = "jdbc:MysqL://localhost:3306/regdb?useSSL=false"
username = "regadmin"
password = "regadmin"
#type = "read_write_ldap"
#connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
#connection_name = "uid=admin,ou=system"
#connection_password = "admin"
#base_dn = "dc=wso2,dc=org" #refers the base dn on which the user and group search bases will be generated
[database.identity_db]
type = "MysqL"
name = "regdb"
url = "jdbc:MysqL://localhost:3306/regdb?useSSL=false"
username = "regadmin"
password = "regadmin"
[database.shared_db]
type = "MysqL"
name = "regdb"
url = "jdbc:MysqL://localhost:3306/regdb?useSSL=false"
username = "regadmin"
password = "regadmin"
启动服务器时,出现以下消息:
[2020-08-24 17:16:06,227] WARN {org.wso2.config.mapper.ConfigParser} - Configurations Changed in :repository/conf/deployment.toml
[2020-08-24 17:16:06,227] WARN {org.wso2.config.mapper.ConfigParser} - Overriding files in configuration directory /Library/WSO2/IdentityServer/5.9.0
我想念什么?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)