Re: Cannot create a link to a file - suspecting tomcat is the issue

2011-03-10 Thread Ashish Kumar Dash
Hi John, You may achieve this in two ways : 1. Place the file under your web context (WebApp) and then give the relative URL of the file in your web page 2. Place your file any where and stream the file content by reading the file byte by byte On Thu, Mar 10, 2011 at 8:37 PM, John C wrote: >

Re: Cannot create a link to a file - suspecting tomcat is the issue

2011-03-10 Thread David kerber
On 3/10/2011 10:57 AM, Mikolaj Rydzewski wrote: On Fri, 11 Mar 2011 04:44:27 +1300, John C wrote: Actually I have one more question that hopefully you can help with. How do you delete a file after a user downloads/views it or closes the browser window? Is there any way to track this or is the

RE: Cannot create a link to a file - suspecting tomcat is the issue

2011-03-10 Thread Mikolaj Rydzewski
On Fri, 11 Mar 2011 04:44:27 +1300, John C wrote: Actually I have one more question that hopefully you can help with. How do you delete a file after a user downloads/views it or closes the browser window? Is there any way to track this or is the solution to clean up the files after a specifi

RE: Cannot create a link to a file - suspecting tomcat is the issue

2011-03-10 Thread John C
nd_...@hotmail.com > To: users@tomcat.apache.org > Subject: RE: Cannot create a link to a file - suspecting tomcat is the issue > Date: Fri, 11 Mar 2011 04:40:21 +1300 > > > Although you stated the obvious you also answered my naive question :). > Thank you > > Subject:

RE: Cannot create a link to a file - suspecting tomcat is the issue

2011-03-10 Thread John C
Although you stated the obvious you also answered my naive question :). Thank you > Subject: RE: Cannot create a link to a file - suspecting tomcat is the issue > Date: Thu, 10 Mar 2011 09:29:42 -0600 > From: joseph.mor...@ignitesales.com > To: users@tomcat.apache.org > > John

RE: Cannot create a link to a file - suspecting tomcat is the issue

2011-03-10 Thread Joseph Morgan
rch 10, 2011 9:21 AM To: users@tomcat.apache.org Subject: RE: Cannot create a link to a file - suspecting tomcat is the issue In case I did not explain myself well. I am trying to create a link to a file in a webpage. The link works fine using Apache + Tomcat if the file and link are both relative.

Re: Cannot create a link to a file - suspecting tomcat is the issue

2011-03-10 Thread David kerber
On 3/10/2011 10:21 AM, John C wrote: In case I did not explain myself well. I am trying to create a link to a file in a webpage. The link works fine using Apache + Tomcat if the file and link are both relative. This means that the html file containing the link to the text file is located in t

RE: Cannot create a link to a file - suspecting tomcat is the issue

2011-03-10 Thread John C
In case I did not explain myself well. I am trying to create a link to a file in a webpage. The link works fine using Apache + Tomcat if the file and link are both relative. This means that the html file containing the link to the text file is located in the same directory as the file itself. H