Re: Accessing Files outside of WebApp

2006-01-11 Thread Alvaro Seixas
: Wednesday, January 11, 2006 5:49 PM Subject: Re: Accessing Files outside of WebApp > Sorry, > > keep = keen > > -Zach > > Zach Moazeni wrote: > > > Even then I have to bring out the byte array into somewhere so that > > they're link is active. Like I said

Re: Accessing Files outside of WebApp

2006-01-11 Thread Zach Moazeni
: Why not just store the file in a database as a BLOB? Let the database worry about where they go... -Original Message- From: Zach Moazeni [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 2:16 PM To: Tomcat Users List Subject: Accessing Files outside of WebApp Hello, In ou

Re: Accessing Files outside of WebApp

2006-01-11 Thread Zach Moazeni
CTED] Sent: Wednesday, January 11, 2006 2:16 PM To: Tomcat Users List Subject: Accessing Files outside of WebApp Hello, In our current application I need to link to a file that resides outside of the webapp directory. On another application we allowed the users upload files and stored them

Re: Accessing Files outside of WebApp

2006-01-11 Thread Zach Moazeni
ch Moazeni [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 2:16 PM To: Tomcat Users List Subject: Accessing Files outside of WebApp Hello, In our current application I need to link to a file that resides outside of the webapp directory. On another application we allowed the users

Re: Accessing Files outside of WebApp

2006-01-11 Thread Zach Moazeni
TED] Sent: Wednesday, January 11, 2006 2:16 PM To: Tomcat Users List Subject: Accessing Files outside of WebApp Hello, In our current application I need to link to a file that resides outside of the webapp directory. On another application we allowed the users upload files and stored them in

Re: Accessing Files outside of WebApp

2006-01-11 Thread Zach Moazeni
o: Tomcat Users List Subject: Accessing Files outside of WebApp Hello, In our current application I need to link to a file that resides outside of the webapp directory. On another application we allowed the users upload files and stored them in the webapp directory, which made deployment a r

Re: Accessing Files outside of WebApp

2006-01-11 Thread Frank W. Zammetti
You may want to have a look at the ResourceServerServlet in Java Web Parts: http://javawebparts.sourceforge.net/javadocs/javawebparts/servlet/ResourceServerServlet.html That may give you what you want. It allows you to serve any resource from a variety of sources (currently file system from any

RE: Accessing Files outside of WebApp

2006-01-11 Thread George Sexton
age- > From: Zach Moazeni [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 11, 2006 12:16 PM > To: Tomcat Users List > Subject: Accessing Files outside of WebApp > > Hello, > > In our current application I need to link to a file that resides > outside of th

Re: Accessing Files outside of WebApp

2006-01-11 Thread Wade Chandler
--- Zach Moazeni <[EMAIL PROTECTED]> wrote: > Hello, > > In our current application I need to link to a > file that resides > outside of the webapp directory. On another > application we allowed the > users upload files and stored them in the webapp > directory, which made > deployment a r

RE: Accessing Files outside of WebApp

2006-01-11 Thread CARROLL, MIKE \(CONTRACTOR\)
Why not just store the file in a database as a BLOB? Let the database worry about where they go... -Original Message- From: Zach Moazeni [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 2:16 PM To: Tomcat Users List Subject: Accessing Files outside of WebApp Hello, In

Accessing Files outside of WebApp

2006-01-11 Thread Zach Moazeni
Hello, In our current application I need to link to a file that resides outside of the webapp directory. On another application we allowed the users upload files and stored them in the webapp directory, which made deployment a royal pain. This time we are storing the files in a location ex