Problem :
I want my Adobe Connect server to listen on a different port other than the default port 80 for http traffic.
Environment :
Adobe Connect 8/9 On Premise Install
Solution :
You may now follow a few simple steps, to make any other custom port, work as the default http port, with your Adobe Connect server webapp. Here are the steps outlined below :
1. Navigate to the following folder on your Adobe Connect server :
{root-install}\breeze\8.x.x\appserv\conf or {root-install}\breeze\9.x.x\appserv\conf
2. Open the server.xml file in an editor
3. Search for the following lines in the file which specify the http connector tag :
<Connector URIEncoding=”utf-8″ acceptCount=”250″ connectionTimeout=”20000″ enableLookups=”false” executor=”httpThreadPool” port=”80″ protocol=”HTTP/1.1″ redirectPort=”443″/>
4. Modify the port value from 80 to XXXX, where XXXX is the custom port you would like to use.
5. Now, open the {root-install}\breeze\9.x\custom.ini file and verify in case you have the following parameter in the file: http_port.
Ensure the parameter does not have a value set to the default, 80.
6. Goto the Connect configuration console page (http://localhost:8510/console) and open the Server Settings page.
7. Modify the Adobe Connect host parameter, to include the port number(XXXX), with the web url, that is set for your Adobe Connect server.
Eg : abc.connect.com:XXXX, where XXXX denotes the custom port you want to use.
8. Modify the Http Port parameter to the desired custom port value : XXXX
9. Restart the Adobe Connect services to allow the changes to take effect.
Please Note : The web url to access your Adobe Connect site would now change to http://abc.connect.com:XXXX, after making these changes.

Your instructions work partially. I am able to open Connect Central, and a Meeting Room (since it’s 1935), but while using a port other than Port 80, many things do not function.
-Central customization does not show changes nor logos uploaded
domain:port/_a7/webappBanner………. does not append prefix with the unconventional port
-Unable to open Content Library
-Unable to upload into a Share Pod
Is this write up missing an additional step?
Can you please post instructions for Connect 9?
Hi Kevin, The instructions apply to Connect 9 as well. I’ve updated the post.
Thanks, Sushma