java webapp

I have a java webapp that is loading cesium from a script tag in the index.jsp file. All of the cesium code is loading correctly, but the relative paths to at least the Assets are not correct. Do I need to set CESIUM_BASE_URL? or what else could I be doing wrong?

@import url(js/cesium/Widgets/widgets.css); html, body, #map3d { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; }

The Assets folder is located at: http://localhost:8080/cesium/js**/cesium**/Assets

http://localhost:8080/cesium/js/Assets/IAU2006_XYS/IAU2006_XYS_14.json Failed to load resource: the server responded with a status of 404

http://localhost:8080/cesium/js/Assets/Textures/SkyBox/tycho2t3_80_px.jpg Failed to load resource: the server responded with a status of 404

http://localhost:8080/cesium/js/Assets/Textures/SkyBox/tycho2t3_80_my.jpg Failed to load resource: the server responded with a status of 404

http://localhost:8080/cesium/js/Assets/Textures/SkyBox/tycho2t3_80_py.jpg Failed to load resource: the server responded with a status of 404

http://localhost:8080/cesium/js/Assets/Textures/SkyBox/tycho2t3_80_pz.jpg Failed to load resource: the server responded with a status of 404

http://localhost:8080/cesium/js/Assets/Textures/SkyBox/tycho2t3_80_mx.jpg Failed to load resource: the server responded with a status of 404

http://localhost:8080/cesium/js/Assets/Textures/SkyBox/tycho2t3_80_mz.jpg Failed to load resource: the server responded with a status of 404

http://localhost:8080/cesium/js/Assets/Textures/moonSmall.jpg Failed to load resource: the server responded with a status of 404

Thanks,

Scott

I copied the files and folders from the Build/Cesium folder into the js/cesium folder in my application.