On WebSphere portal I am trying to use JasperReport print functionality.
JasperPrintManager.printReport(jasperPrint, true);
This way works fine for WAS and localhost. But when I deploy the application on Remote server, the dialog of print is not appearing and no printing work is done. Although I have used JavaPrint service to lookup all the printers and then select one for printing the task but it is not even working that way.