Re: Serving static files in a cluster

2010-02-21 Thread imrank
uploads the file in one session (we use sticky sessions), quite soon afterwards, a standalone application may potentially be forwarded to the other tomcat instance, which hasnt yet got the entire file. Cheers, Imran awarnier wrote: > > imrank wrote: >> Hey, >> >> Th

Re: Serving static files in a cluster

2010-02-21 Thread imrank
Hey, Thanks for ur prompt reply. Unfortunately, the approach you described wouldn't work in our case because our app needs to do some custom authorization logic before a file can be downloaded (sorry should've mentioned that). I dont think I can get httpd to perform this authorization logic. Ca