You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Patrice Le Cozler <pl...@dexem.com> on 2002/04/25 16:54:51 UTC

share files between webapps

Hi,

I have two webapps :

the first one allows the user to upload a file and the second one should
use the file uploaded.
Is there a directory where all webapps can read/write and how can I
access it ?

thanks


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: share files between webapps

Posted by John McNally <jm...@collab.net>.
java follows the access controls imposed by the os.  Whatever
directories are read/write by the user your servlet container is running
as are suitable.  There are classes in java.io for manipulating files.

john mcnally

On Thu, 2002-04-25 at 07:54, Patrice Le Cozler wrote:
> Hi,
> 
> I have two webapps :
> 
> the first one allows the user to upload a file and the second one should
> use the file uploaded.
> Is there a directory where all webapps can read/write and how can I
> access it ?
> 
> thanks
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>