Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread srinivasch
Anyone please help srinivasch wrote: Hi I need some help in configuration or some snippet to help me in configuring my apache web server to cache frequently downloaded non static file from my application. each file has a different ID. I am totally new to this apache configuration,

Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread Eric Covener
On Mon, Dec 1, 2008 at 8:20 AM, srinivasch [EMAIL PROTECTED] wrote: I need some help in configuration or some snippet to help me in configuring my apache web server to cache frequently downloaded non static file from my application. each file has a different ID. I am totally new to this

Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread srinivasch
Hi Eric, As of now I have done nothing, just going through the documentation whether it can be done, I posted here if anyone has already done this. That is my URL construct and its not from a form submission, its from view record where there is a link to download the file and the URL of that

Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread André Warnier
srinivasch wrote: [...] Hi. The problem is, your question is so vague that it is difficult to give you any precise response. You may benefit from reading the messages of one of the previous threads on this same list, the ones with the subject : Clearing cache selectively on Apache +

Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread Eric Covener
On Mon, Dec 1, 2008 at 10:35 AM, srinivasch [EMAIL PROTECTED] wrote: Hi Eric, As of now I have done nothing, just going through the documentation whether it can be done, I posted here if anyone has already done this. That is my URL construct and its not from a form submission, its from view

Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread srinivasch
I am sorry if my question is vague. Anyways YES you are right we already have an application which runs on tomcat and Apache web server. The PDF documents I mentioned are big and they need to be retrieved everytime from database whenever user requests, and we have quite a volume of users and

Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread André Warnier
Ok, now it is a bit clearer. You really need to read the series of earlier messages I mentioned earlier. The basic case is very similar to yours. Thus, you have an Apache front-end, and a Tomcat back-end. The Tomcat back-end is the one that produces the answers, which are generally large PDF

Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread Wii Sale
Thanks a lot for your response. I would go through the documentation and would try my best. On Mon, Dec 1, 2008 at 11:02 AM, André Warnier [EMAIL PROTECTED] wrote: Ok, now it is a bit clearer. You really need to read the series of earlier messages I mentioned earlier. The basic case is very

[EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-11-26 Thread srinivasch
Hi I need some help in configuration or some snippet to help me in configuring my apache web server to cache frequently downloaded non static file from my application. each file has a different ID. I am totally new to this apache configuration, any help provided is deeply appreciated. Thanks