RE: Best place to store files ?

2004-12-08 Thread Shapira, Yoav
://www.yoavshapira.com -Original Message- From: Eric VERGNAUD [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 8:52 PM To: Tomcat Users List Subject: Re: Best place to store files ? le 8/12/04 0:15, Wendy Smoak à [EMAIL PROTECTED] a écrit : From: Eric VERGNAUD [EMAIL PROTECTED] Yes it's simple

RE: Best place to store files ?

2004-12-08 Thread Peter Crowther
From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Tomcat is not deficient or lacking here in any way: if something is lacking, it's the Servlet Spec, but I personally don't think it's lacking because there's still a use-case for the no-filesystem servlet container. Hmm. Sorry, Yoav, but I

RE: Best place to store files ?

2004-12-08 Thread Shapira, Yoav
Hi, From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Tomcat is not deficient or lacking here in any way: if something is lacking, it's the Servlet Spec, but I personally don't think it's lacking because there's still a use-case for the no-filesystem servlet container. Hmm. Sorry, Yoav, but I

Re: Best place to store files ?

2004-12-07 Thread Larry Meadors
Put them in a database instead? [EMAIL PROTECTED] 12/07/04 3:11 PM Hi, I'm developing a servlet which needs to handle file uploads and downloads. I manage to store the files in a directory inside my servlet, but each time I upload a new version of my servlet, the files are destroyed. Is there

Re: Best place to store files ?

2004-12-07 Thread Eric VERGNAUD
le 7/12/04 23:20, Larry Meadors à [EMAIL PROTECTED] a écrit : Put them in a database instead? Thanks, but not an option in this case. --- Eric VERGNAUD - JLynx Software Cutting-edge technologies and services for software companies web: http://www.jlynx.com

Re: Best place to store files ?

2004-12-07 Thread Parsons Technical Services
I use a directory that belongs to the owner of Tomcat and is located outside of the Tomcat directory. It really is a matter of preference. As for not overwriting the files, I have yet to read anything on this. How would you determine which file to keep and which to overwrite? If you never

Re: Best place to store files ?

2004-12-07 Thread Eric VERGNAUD
le 7/12/04 23:33, Parsons Technical Services à [EMAIL PROTECTED] a écrit : I use a directory that belongs to the owner of Tomcat and is located outside of the Tomcat directory. It really is a matter of preference. As for not overwriting the files, I have yet to read anything on this. How would

Re: Best place to store files ?

2004-12-07 Thread Parsons Technical Services
Not to my knowledge. But it has been known to be lacking at times. Doug - Original Message - From: Eric VERGNAUD [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 5:55 PM Subject: Re: Best place to store files ? le 7/12/04 23:33, Parsons Technical

Re: Best place to store files ?

2004-12-07 Thread Wendy Smoak
From: Eric VERGNAUD [EMAIL PROTECTED] Yes it's simple. I was just wondering whether there was a preferred method for this, and maybe a folder in the Tomcat directory for that purpose. Nothing in the Servlet Specification requires Tomcat to provide you with a permanent place to put uploaded

Re: Best place to store files ?

2004-12-07 Thread Eric VERGNAUD
le 8/12/04 0:15, Wendy Smoak à [EMAIL PROTECTED] a écrit : From: Eric VERGNAUD [EMAIL PROTECTED] Yes it's simple. I was just wondering whether there was a preferred method for this, and maybe a folder in the Tomcat directory for that purpose. Nothing in the Servlet Specification requires