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

sarveshmvm
Confirmed Champ
Confirmed Champ

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

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

hmirheydari
Champ on-the-rise
Champ on-the-rise

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
World-Class Innovator
World-Class Innovator

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!