cancel
Showing results for 
Search instead for 
Did you mean: 

what am i suppose to do when server is not working

nareshvy
Champ in-the-making
Champ in-the-making

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

1 REPLY 1

kalpesh_c2
Star Collaborator
Star Collaborator

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

ContCentric