Re: [OT] Application context URL

2005-09-01 Thread DGraham
Subject Re: [OT] Application context URL http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpServletRequest.html#getContextPath() On 9/1/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > I'm using iText to dynamically create PDF and I'd like to make them &g

Re: [OT] Application context URL

2005-09-01 Thread Kishore Senji
http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpServletRequest.html#getContextPath() On 9/1/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > I'm using iText to dynamically create PDF and I'd like to make them > available by appending the location of the generated file to the > a

[OT] Application context URL

2005-09-01 Thread DGraham
I'm using iText to dynamically create PDF and I'd like to make them available by appending the location of the generated file to the application context URL. I'll be using a filter to prevent the files from being generally availalable. So is it possible to programmatically determine the app co