All:
I've tried to load Cesium from the ZIP file on two different LINUX instances (both Ubuntu).
When I use LOCALHOST everything works great.
http://localhost:8080
But when I try to use another IP# (same machine) :
http://192.168.1.10:8080
(192.168.1.10 is just an example) I get a "server not found".
So WHY isn't the CESIUM server listening on all active IP#s?
I'm a UNIX/LINUX guy so I'm pretty sure I've disabled all
firewall stuff (for now at least).
Can anyone point me in the right direction to get this working
as a generally-accessible server?
Charlie Lindahl
Texas A&M Health Science Center/Campus Operations IT
hannah
2
Try running
node server.js --public=true
``
Best,
Hannah
PERFECT! That worked immediately.
WHERE is this documented?
PLEASE put this in the FAQ somewhere!
Many thanks .. tis great to have joined this developer community....
Charlie
hannah
4
Glad to help Charlie
There is documentation for the options in the server file. You can see them with:
node server.js --help
-Hannah
bjy01
5
Amazing! It worked right away. So appreciate it
2016년 2월 18일 목요일 오전 2시 23분 10초 UTC+9, Hannah Pinkos 님의 말: