Re: Question about filestoring.

2001-07-26 Thread Johan Fredriksson
It will normally store your files relative to your application root.   Johan - Original Message - From: Jens Frank To: Orion-Interest Sent: Wednesday, July 25, 2001 8:10 PM Subject: Question about filestoring. I have this servlet which works with a database

Question about filestoring.

2001-07-25 Thread Jens Frank
I have this servlet which works with a database. All files are in the WEB-INF/classes directory. When I run the servlet and it tells the database to store a file of the database in the same direcotry as all files are in (WEB-INF/classes) it instead stores the file in c:\orion   How come? Can