Hi All,
I have implemented the Jasper Sever Dashboard using visualize.js, its working in local with floowing URLS
- http://127.0.0.1:8080/kpi-server/client/visualize.js
- http://<hostname>:8080/kpi-server/client/visualize.js ex:myserver.com
But it is not working with the IP address instead of hostname. And one more thing is currently we are using Jasper Server & our application in same domain, so I dont want to hard code the IP adress in JSP. If it is hard coded, again I have to take care when we are moving patch from one server to other.
Current/Working Implementation: (jasperserver war file name : kpi-server(5.6 version))
<head>
Expected Implementation: (jasperserver war file name : kpi-server(5.6 version))
Note:
I have seen easyXDM documentation also, since visualize.js intergation done with easyXDM. It is working with IP address in same domain & different domain also.
Kindly suggest me, if I have done wrong.
Regards,
VV Nagesh Bodapati.