Running the web services on port 8080

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
FieroP
Posts: 2
Joined: Fri Sep 12, 2014 10:01 pm

Running the web services on port 8080

Post by FieroP »

Is there a way I can run all web services on port 8080 (leaving HTTPS on 443).
I would actually like to run a regular apache installation on this box on port 80 and have all web client and admin stuff running on port 8080.
Please feel free to respond to my e-mail if you want.....paul.fiero@gmail.com
PFiero
marcmac
Elite member
Elite member
Posts: 2091
Joined: Fri Sep 12, 2014 9:53 pm

Running the web services on port 8080

Post by marcmac »

This has been covered before - did you search the forums? Look for changes to make to server.xml in particular.
FieroP
Posts: 2
Joined: Fri Sep 12, 2014 10:01 pm

Running the web services on port 8080

Post by FieroP »

Oh...thanks.
PFiero
14319KevinH
Ambassador
Ambassador
Posts: 4558
Joined: Fri Sep 12, 2014 9:52 pm

Running the web services on port 8080

Post by 14319KevinH »

Edit /opt/zimbra/tomcat/conf/server.xml

Change 80 -> 8080
Edit /opt/zimbra/tomcat/webapps/*/WEB-INF/web.xml

Change 80 -> 8080
Post Reply