Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Cesium map run on Apache HTTP server instead of node.js environment?

I have an Apache HTTP server that handles all my requests for a Ruby on Rails project. We are thinking of adding a Cesium map component. I am wondering if I can run Cesium on the Apache HTTP server instead of setting up a node.js environment?

like image 276
spartikus Avatar asked Feb 04 '14 19:02

spartikus


2 Answers

Yes, Cesium is completely client-side and can be served by any HTML server.

like image 197
Matthew Amato Avatar answered Nov 18 '22 12:11

Matthew Amato


I have it running in JBoss. All I did was take the contents of the ZIP file and dropped them into the deploy area of JBoss under a Cesium.war directory.

Works like a champ...

like image 38
dakira Avatar answered Nov 18 '22 14:11

dakira