jsp文件中代码如下: 
JasperPrint   jasperPrint   =   JasperFillManager.fillReport(   reportFile.getPath(),   parameters,   conn);   
JasperViewer.viewReport(jasperPrint,false);   
问题:我运行的时候,它只能显示在服务器端,我在其它机器上访问,也是在服务器端显示,请问,如何让其在客户端显示,谢谢?