I just installed the new JasperServer v6.2 to compile Redhat 6.2 from the source. Until this moment, I had no problems with the server. All documentation worked fine until I started the server. When trying to log in, all css resources give me 404 errors. Anyone have any thoughts?
Installation steps:
1.) ./js-ant clean-config
2.) ./js-ant gen-config
3.) ./js-ant build-ce
4.) ./js-ant import-minimal-ce
5.) ./js-ant deploy-webapp-ce
http://localhost:8080/jasperserver/login.html
Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8080/jasperserver/_themes/7F5573FA/importExport.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8080/jasperserver/_themes/7F5573FA/common/base.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8080/jasperserver/_themes/7F5573FA/common/layout.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8080/jasperserver/_themes/7F5573FA/manageTenants.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8080/jasperserver/_themes/7F5573FA/common/js_reset.css Failed to load resource: the server responded with a status of 404 (Not Found)
Thanks in advance for your help.
source
share