Hi, A bit late to this party. My 3 pence:
+1 for making things more configurable (e.g. IP/port binding) -1 for auto-configuring any sort of proxies or making any sort of assumptions on behalf of the sysadmin - this is the stuff that pisses off sysadmins actually -1 for changing default ports /imho Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Rafael Fonseca" <rsafons...@gmail.com> > To: dev@cloudstack.apache.org > Sent: Tuesday, 12 May, 2015 09:59:13 > Subject: Cloudstack Repackaging / Distro support > Hi all, > > I'm reworking the packaging system in cloudstack, and would like to gather > your opinion on the following: > > - Fedora 2x runs systemd's cockpit on port 9090 by default > This is a deal breaker for the cluster servlet port on this OS, the two > possibilities would be to either pack changes to fedora's config on rpm > install or simply change the servlet port to another one that does not > clash on any distro.. any comments/suggestions? > > - Tomcat is not listening on port 80 > Tomcat is using port 8080, which makes the user have to specify that in > the browser.. should we change it? In ubuntu it's already running under > jsvc, so it shouldn't be a problem.. same can be arranged for centos/other > distros. > > - No link on the tomcat root (http://management-server/ can link internally > to http://management-server/client , this makes it easier for new users who > don't know the URL for the UI :) > > Thanks for your input :)