Hello All,

  Good day, I need to support Byte Serving PDF files, but the PDF files are stored in 
Oracle server. I can write a standalone program that will retrieve the Byte range 
specified in the HTTP Request, however, I need to be able to intercept the request 
from Tomcat(i.e. check if its requesting for a PDF file, if it is, determine the byte 
range being requested and retrieve it from Oracle then place it in the Response). Or 
if its possible, configure Tomcat such that when it receives a request for PDF files, 
it will automatically forward the request to another Server (make Tomcat act like a 
Proxy when it comes to PDF files). 
 
  Thanks in advance to anyone for any help that he/she can give.


Regards,
Zhen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to