I'm running a new install of CruiseControl on Red Hat Linux. I've created a startup script which sets the java directory, and I've also modified the cruisecontrol.sh script to have it run with the options "-jmxport 8001 -webport 9090" instead of 8000 and 8080, since we already have services running on those ports. However, when I start up cruisecontrol, it does not error but I cannot reach port 9090 for the web service.
Log:
2009-10-30 14:17:03.646:/dashboard:INFO: Initializing Spring root WebApplicationContext
2009-10-30 14:17:06.807:/dashboard:INFO: Set web app root system property: 'webapp.root' = [/opt/cruisecontrol-bin-2.8.2/webapps/dashboard/]
2009-10-30 14:17:07.880:/dashboard:INFO: Initializing Spring FrameworkServlet 'spring-ajax'
2009-10-30 14:17:07.648:/dashboard:INFO: Initializing Spring FrameworkServlet 'spring-exceptions'
2009-10-30 14:17:08.728:/dashboard:INFO: Initializing Spring FrameworkServlet 'spring-pages'
2009-10-30 14:17:09.377:/dashboard:INFO: Initializing Spring FrameworkServlet 'spring-tabs'
2009-10-30 14:17:10.554::INFO: Opened /opt/cruisecontrol-bin-2.8.2/logs/2009_10_30.request.log
2009-10-30 14:17:10.599::INFO: Started SelectChannelConnector@0.0.0.0:9090
[cc]Oct-30 14:17:10 BuildQueue - BuildQueue started
Why can't I see the dashboard? The ports are not blocked with any firewall, and an nmap scan of the machine does not show any new open ports when web dashboard starts.