I’m writing a JSP that will take an existing web page and convert it to a PDF document.  The problem I’m encountering is, when the parser comes across an image tag, it looks for the file relative to the servlet container’s bin directory.  Is there an entity resolver I can use to correctly set the root path? Is there a better way to solve this problem?  Your feedback is much appreciated.

 

-Dave

 

 

 

Reply via email to