September 09, 2002 4:39 PM
To: struts-user
Subject: Re: accessing large/multiple files on hard drive
That could get quite tricky if you're running out of a WAR archive. If
your application is deployed in "unpacked" format, then you could
sym-link (on Un*x anyway) to it I would
is a hole a mile wide in this idea...
-Original Message-
From: ekbush [ mailto:[EMAIL PROTECTED]]
Sent: Monday, September 09, 2002 4:39 PM
To: struts-user
Subject: Re: accessing large/multiple files on hard drive
That could get quite tricky if you're running out of a WAR arch
BDY.RTF
Description: RTF file
I started to suggest something similar myself. I know some people find
it easier to optimize such things. One nice thing: You could relocate
it to a different *server* entirely, if that need arose... and have it
seperate; dedicated to serving the media.
Regards,
Eddie
[EMAIL PROTECTED] wr
normal IO to interact with them.
Regards,
Daniel
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 5:06 AM
To: [EMAIL PROTECTED]
Subject: RE: accessing large/multiple files on hard drive
This has got to be a candidate for the worst
Have you considered storing them in a database as a blob and retrieving via
jdbc? You might want to checkout www.frontbase.com which does a pretty good
job with streaming blobs in/out of a database (seekable stream too). At a
conference they were streaming quicktime movies out of a database as a
, September 10, 2002 5:06 AM
To: [EMAIL PROTECTED]
Subject: RE: accessing large/multiple files on hard drive
This has got to be a candidate for the worst, messiest solution ever...
Worse comes to worse, you could have two applications... one that holds
and serves up the mp3 files and the other that does
BDY.RTF
Description: RTF file
That could get quite tricky if you're running out of a WAR archive. If
your application is deployed in "unpacked" format, then you could
sym-link (on Un*x anyway) to it I would think. So you'd wind up with a
sym-link in your root (or protected under WEB-INF) that pointed to the
real director
Hi:
Here is my sitiuation. I have deployed my application war file to a JBoss_Tomcat
caontainer. I have developed this app using struts. I am trying to access multiple
music files (mp3 format) form this app. I don't want to wrap all of my mp3 files which
total to about 1 GB in my war file. Th
10 matches
Mail list logo