cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Activiti-kickstart: How to modify alfresco-global.properties ?

user44m
Champ in-the-making
Champ in-the-making

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)? 

2 REPLIES 2

user44m
Champ in-the-making
Champ in-the-making

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?

kaynezhang
World-Class Innovator
World-Class Innovator

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

Getting started

Explore our Alfresco products with the links below. Use labels to filter content by product module.