Configure document storage location
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2010 10:10 PM
Hi,
I've deployed alfresco.war and share.war in tomcat running on a web server. My question is how do you configure alfresco to change the location where the documents are stored from web server to a file server?
Need someone to point me in the right direction.
thanks
I've deployed alfresco.war and share.war in tomcat running on a web server. My question is how do you configure alfresco to change the location where the documents are stored from web server to a file server?
Need someone to point me in the right direction.
thanks
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2010 08:32 AM
If you are using Alfresco 3.3 the file for changing the location of alf_data is
under tomcat/shared/classes/alfresco-global.properties
Change the settings of dir.root=./alf_data
to point to an absolute path say for eg. your file server is mounted on g: drive then
the dir.root might look something like
dir.root=g:/blahblah
under tomcat/shared/classes/alfresco-global.properties
Change the settings of dir.root=./alf_data
to point to an absolute path say for eg. your file server is mounted on g: drive then
the dir.root might look something like
dir.root=g:/blahblah

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2018 08:08 AM
This doesn't work in version 5.*
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2010 11:24 AM
What if it is across a network.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2010 12:09 PM
Alfresco stores the content in the file system and not in the database.
So its normal to expect to have the DB distributed rather than the file system,
as that might slow down the performance of content rendering on the web.
So its normal to expect to have the DB distributed rather than the file system,
as that might slow down the performance of content rendering on the web.
