Change the port Cesium runs on

My Tomcat uses it. Is there anyway to change Cesium from 8080 to another port. Or do I have to change tomcat?

To change the port, pass -DrunServer.port=X, where X is the desired port.

https://github.com/AnalyticalGraphicsInc/cesium/wiki/Contributor’s-Guide#build-targets

Good afternoon,

The referenced documentation for this appears to have been moved/deleted. I’m uncertain where to put this flag to change the default port, can you assist?

Thank you,

Darryl

The documentation for the node-based development web server can be accessed by running

node server.js --help

after running npm install

Perfect, thank you!

Darryl