Serving static user generated content

2009-07-08 Thread Jan Jonas
Hi everybody, I have the following problem: I have a web application that is deployed in a war files. This web application serves a lot of static content files (the users are able to upload the content (html, imgages ...)). Obviously it is not meaningful to pack the user's content in the war

Re: Serving static user generated content

2009-07-08 Thread Mark Thomas
Jan Jonas wrote: Hi everybody, I have the following problem: I have a web application that is deployed in a war files. This web application serves a lot of static content files (the users are able to upload the content (html, imgages ...)). Obviously it is not meaningful to pack the

RE: Serving static user generated content

2009-07-08 Thread Caldarale, Charles R
From: Jan Jonas [mailto:j...@learnbit.com] Subject: Serving static user generated content Is there an elegant way to server files that are not stored in the webapps directory (something like a RequestDispatcher for files in the file system)? You can configure an additional Context in conf

AW: Serving static user generated content

2009-07-08 Thread Jan Jonas
a forward the request in one webapp the other one? Regards Jan -Ursprüngliche Nachricht- Von: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Gesendet: Mittwoch, 8. Juli 2009 15:36 An: Tomcat Users List Betreff: RE: Serving static user generated content From: Jan Jonas