


shivangim985778
shivangim985778
11-09-2018
default location of aem database and which database aem using?
shivangim985778
shivangim985778
11-09-2018
where is the database file where we define username password and which version is using? because i want to use mysql database
kautuk_sahni
Community Manager
kautuk_sahni
Community Manager
11-09-2018
AEM stores it's data in JCR by default.
But, Support for relational database persistence in AEM is implemented using the Document Microkernel :- RDBMS Support in AEM 6.4
Another Reference post:- Adobe Experience Manager Help | Injecting a DataSourcePool Service into an Adobe Experience Manager ...
shivangim985778
shivangim985778
11-09-2018
what is the location of JCR?
Arun_Patidar
MVP
Arun_Patidar
MVP
11-09-2018
Hi,
There is a factory config to use database in aem.
when you save your config from osgi console, for same a file is created at below location with the name of config.
/apps/system/config
e.g.
/apps/system/config/com.day.commons.datasource.jdbcpool.JdbcPoolService-ee0b25ad-5354-438b-aae0-53ca46acea9f.config
shivangim985778
shivangim985778
11-09-2018
I have done integration now i want to check that integration working or not?
Jörg_Hoh
Employee
Jörg_Hoh
Employee
11-09-2018
what product have you deployed? AEM Forms? Or AEM you want to use for Sites or assets? Which version of AEM?
Jörg
shivangim985778
shivangim985778
11-09-2018
This command is not working
Arun_Patidar
MVP
Arun_Patidar
MVP
11-09-2018
Hi,
If you are working in aem sites, please check below helpx tutorial for same
shivangim985778
shivangim985778
11-09-2018
i am using aem 6.4 for sites or assets. I want run aem on mongodb. i have done the steps but i want to check that working or not