Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have a link to a jsp page (say on server A) that connects to the local server for downloading a pdf file and displaynig the pdf file on the jsp again.

I have got another server(say B) from which I want to display the pdf file from server A .


I am using a jsp page in server B having a I-Frame to display the pdf file.Also here I am using a servlet to connect to server A .

The problem is that as it is a jsp I am unable to display the page in i-frame context and I don't have the link to the pdf file on server A.


Can anyone suggest how can I download the page to display it on server B.


please help.
Posted
Comments
Flint-Bear 23-Nov-11 11:43am    
Can you map a drive on server B to server A? If so you can have the JSP make a connection to server A to get the file.
Be Yourself 12-Dec-11 22:39pm    
But how that is the point..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900