View created pdf embeded in Web Client besid other data

Hi,

I would like to do the following:

  1. create a pdf with the plugin jasperPluginRMI (this works well)
  2. store the pdf on the server
  3. use an embed tag in a html area - to view the pdf inline in the Web Client (beside other information)

To do so. I have to set the src attribute of the embed tag to a file source on the server. Inline base64 does not work with IE.

But how do I get the needed URL for the src attribute?
And how do I secure it in a way that a user can not brows the folder for additional reports?

General aim is to view a executed report inline in a side with other information.

Thanks in advanced