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

cancel
Showing results for 
Search instead for 
Did you mean: 
dgr72
Member II

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

Jump to solution

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 Solution

Accepted Solutions
rallegre
Alfresco Employee

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

Jump to solution

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 solution in original post

4 Replies
sarveshmvm
Active Member II

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

Jump to solution

Did you try looking under the conf folder->server.xml . This will have the default port for the tomcat server.

rallegre
Alfresco Employee

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

Jump to solution

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

hmirheydari
Active Member

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

Jump to solution

If you are using Alfresco process services 1.11.1 or above you must edit server.xml file which is located in ../tomcat/conf/ and change following line:

<Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />

change port 8080 to whatever port that you need and is freeSmiley Happy

EddieMay
Alfresco Employee

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

Jump to solution

Hi @dgr72 

Thank you for acceptng the solution - really helpful to other users.

Cheers,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!