Durham David R Jr Contr 805 CSPTS/SCE wrote:

I personally opt to store uploaded files outside of the web-app's
file-system altogether.  This has to do with how easy it is to serve up
content with Java (and other languages, I'm sure) and the need to
physically separate the application's persistent data from the
application code.  This has to do with deployment and backup processes,
though.


- Dave


There is a lot of sense in doing this, as well.



I don't do it and opt for inside WEB-INF because of business reasons having to do with operating system independence that are special requirements. This might be your most sensible option. I am fairly clear in my mind that, if you have gone far enough to use a framework like Struts, that you don't want to expose any resources outside your control. Others, maybe Dave, would disagree, and maybe they are right.


Michael McGrady


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to