问题
When I accessed Jasper Reports from Remote Jasper server.
The Reports is being shown in background, where as it shows Please Wait pop-up on fore-ground for indefinite time period.
I have tried IE8
and IE10
to check it and works fine for Chrome and Firefox.
http://localhost:8080/jasperserver/ (working fine)
http://<LAN IP ADDRESS where JAsperReports are deployed>:8080/jasperserver/ (facing problem)
回答1:
The tomcat is probably not listening to any other interface than the localhost one.
Check the servers.xml in tomcat's configuration and search for the "Connector" tag. Create a new one, with a new port. Check also tomcat's documentation if that new connector is behind a reverse proxy. Tomcat has appropriate properties for that tag to handle SSL Reverse proxy. That might be handy to you.
Hope I pointed you to the right path. Good luck.
回答2:
If you are using JasperServer 5.5 this problem might be connnected to your IE using compatibility mode. Please check with F12 (developer tools) which browser mode is active.
回答3:
Go the windows firewall settings and create a new 'inbound/outbound' rule to allow connections to the port 8080.
Just worked for me.
来源:https://stackoverflow.com/questions/24058520/jasperreports-server-please-wait