cancel
Showing results for 
Search instead for 
Did you mean: 

How do you change the tomcat server port for Activiti BPM?

dgr72
Champ in-the-making
Champ in-the-making

Hello, I'm new to Alfresco and I'm trying to follow this tutorial for the ADF: https://community.alfresco.com/docs/DOC-6600-adf-101-getting-started-with-alfresco-application-devel...

Under section 1.1.1 I have installed Alfresco process services and now I am trying to change the port number the tomcat server so activiti and Alfresco CE don't conflict, but I can't seem to find where to do this. If anyone can give me specifics on what file/what part of the file I need to change and in what directory I will find it I would very much appreciate it. Below is a screenshot of the directory/directory structure resulting from the aforementioned installation:

Screenshot of the alfresco directory

1 ACCEPTED ANSWER

rallegre
Star Contributor
Star Contributor

Hi,

To change the port server on APS, you need to go to: <alfresco-tomcat>/shared/classes/alfresco-global.properties file in Tomcat. For example, you can override the default port like this:

activiti.domain=http://127.0.0.1:9090

View answer in original post

4 REPLIES 4