Hi,
I am trying to setup my local alfresco instance (5.2.3 version) manually on my windows machine.
I have downloaded tomcat and made changes as per the link below.
Installing the Tomcat application server | Alfresco Documentation
I have also downloaded alfresco 5.2.3 distribution and I have made changes to the files as outlined in the link below. I have then copied the files in webapps, lib and conf folders from alfresco distribution's web-server to tomcat's respective folders as outlined in the link.
Installing the Alfresco WARs | Alfresco Documentation
1. What is not clear to me is what is the purpose of the below folders in alfresco-content-services-distribution-5.2.3 folder. Do I need to copy the files in the below folder to any place within tomcat?
1. alf_data
2. bin
3. amps
4. solr4
Tomcat has the webapps, conf and libraries from alfresco that I have copied and pasted into respective folder. Do I need to modify an files in the above folder for the initial bare bones setup of alfresco?
2. I tried following the above two links to startup my alfresco instance on tomcat but I get the error that keystore is missing. Please can you advise what could be the issue? Do I need to place the keystore in the alf_data folder anywhere?
Thanks
Solved! Go to Solution.
Yes , That is right.
Thanks!
Please find the anwers inline:
1. What is not clear to me is what is the purpose of the below folders in alfresco-content-services-distribution-5.2.3 folder. Do I need to copy the files in the below folder to any place within tomcat?
1. alf_data
2. bin
3. amps
4. solr4
Answers inline:
alf_data - contains the actual contentstore, deleted contentstore in terms of bin files, the keystore , db configurations, and most importantly solr4 - index content and the model
bin is mostly having the batch files or executable jar to run commands to apply install, or uninstall the amps
amps is for placing the repo amps
and amp_share for the share amps
solr4 is for the models,configurations etc.
You Need to copy the files in the below folder and not in tomcat folder.
In your alfresco-global.properties , you have all the configurations which point to a path of the above.
Tomcat has the webapps, conf and libraries from alfresco that I have copied and pasted into respective folder. Do I need to modify an files in the above folder for the initial bare bones setup of alfresco? - You dont need to as they have default share and alfresco and solr wars used for alfresco application.
2. I tried following the above two links to startup my alfresco instance on tomcat but I get the error that keystore is missing. Please can you advise what could be the issue? Do I need to place the keystore in the alf_data folder anywhere?
Check the keystore files are available at path
~\alf_data\keystore
Hi Ranjeet,
Thanks a lot for your response. Does that mean , in my alfresco-global.properties file, the dir.root should be pointing to the alf_data folder in my alfresco content services distribution?
For example, this is how my path now looks like
dir.root=C:/dev/tools/alfresco/alfresco-content-services-distribution-5.2.3/alf_data
dir.keystore=${dir.root}/keystore
Thanks
Yes , That is right.
Thanks!
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.