I'm trying to get my zimbra to listen to port 8080 for http and 443 for https. Port 443 is working fine, but Tomcat never listens for 8080.
I looked at the server.xml and 8080 is known, but it's commented out!
HTML Code:
<!-- user services connector, no SSL -->
<!-- HTTPBEGIN
<Connector port="8080"
acceptCount="1024" URIEncoding="UTF-8"
enableLookups="false" redirectPort="443"
maxThreads="100" minSpareThreads="100" maxSpareThreads="100"/>
HTTPEND -->
My zimbraMailPort is set to 8080
bin]$ ./zmprov gcf zimbraMailPort
zimbraMailPort: 8080
I think my zimbraMailMode is https, is that the problem? Does that disable http entirely? Will iCal synchronization work over https?
Thanks.