01-13-2021 06:40 PM
Hi,
I used Activiti-kickstart Eclipse plugin to create this workflow which will send out a simple mail to some email address. And when I export this kickstart process diagram I only get repo and share folders, which i build as Docker image and use it in docker-compose.yml (those folders doesn't include alfresco-global.properties).
Now the problem occurs because I need to configure my alfresco-global.properties, however i don't know where they are located. (If I create maven project, I can find them, however in this type of workflow generation - with kickstart, I am kind of lost).
So my question is where or how can I access the global.properties so i can modify them and add smtp for email sending (again I am working with Docker)?
01-13-2021 07:34 PM
I found this link: https://hub.alfresco.com/t5/alfresco-content-services-forum/where-is-the-alfresco-global-properties-.... I created a docker file with RUN echo command. Now i probably have to do something in docker-compose.yml? Or am I totally off here?
01-13-2021 10:58 PM
You can try to map tomcat/shared folder in alfresco service container out using volume mapping In your docker compose file
like folowing
volumes:
- /your local path :/usr/local/tomcat/shared
Explore our Alfresco products with the links below. Use labels to filter content by product module.