Hi Kirk, You correct about changing the port number in server.xml. Your problem is caused by the fact that cloud-management process (tomcat) is running as the "cloud" user. This unprivileged user can't open listening ports under 1024. Change TOMCAT_USER in tomcat6.conf to root to confirm. Probably not safe running it like so in production though. More thought required.
Hope this helps. Dave On 4 March 2013 19:59, Kirk Jantzer <kirk.jant...@gmail.com> wrote: > I modified the /etc/cloud/management/server.xml file to have the management > UI listen on 80 and 443, and restarted the cloud services, but when I do a > 'netstat', I don't see those ports listed. I don't see anything obvious in > the /var/log/cloud/management/catalina.out file. Thoughts? >