12-02-2016 07:19 AM
Hi
I am using Alfresco community Edition 5.1
I am storing files in repository(127.0.0.1:8080/webdev..) suppose tomorrow my server is not working some reasons , so at that time how can i see that files or what am i suppose to do.
How to integrate Oracle DB for storing meta data in local system
12-03-2016 12:46 AM
Hi,
You can configure database for your metadata by setting database related properties in alfresco-global.properties file located at <alfresco-home>/shared/classes/
You will find 'database connection properties' section like this
### database connection properties ###
db.driver=com.mysql.jdbc.Driver
db.username=root
db.password=admin
db.name=alfresco
db.url=jdbc:mysql://localhost/alfresco
# Note: your database must also be able to accept at least this many connections. Please see your database documentation for instructions on how to configure this.
db.pool.max=275
db.pool.validate.query=SELECT 1
NOTE : Here I have configured mySql , you can configure Oracle DB as well. Refer the following link for more information.
Configuring an Oracle database | Alfresco Documentation
Thank You
Kalpesh
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.