RE: Accessing files from file server

2007-01-19 Thread Nelson, Tracy M.
| From: Priya Khanna [mailto:[EMAIL PROTECTED] | Sent: Friday, 19 January, 2007 03:58 | | But how can I use VFS in an intranet application which is web based? I can't answer exactly, since I've never used VFS, but I imagine all you would have to do is create a FileObject that points to the remote

RE: Accessing files from file server

2007-01-19 Thread Priya Khanna
But how can I use VFS in an intranet application which is web based? -Original Message- From: Nelson, Tracy M. [mailto:[EMAIL PROTECTED] Sent: Thursday, January 18, 2007 11:29 PM To: Tomcat Users List Subject: RE: Accessing files from file server | From: Priya Khanna [mailto:[EMAIL

RE: Accessing files from file server

2007-01-18 Thread Nelson, Tracy M.
| From: Priya Khanna [mailto:[EMAIL PROTECTED] | Sent: Thursday, 18 January, 2007 01:41 | | In my application my user will be logged in | as domain user only so is it possible to check at run time that who has | logged in and if user has access on file server then he can access the | files even if

Accessing files from file server

2007-01-17 Thread Priya Khanna
Hi All, I am developing an application using struts and tomcat. In my application I want to provide the functionality of download and upload of files from server. But these files will not be on machine running tomcat. It will be on file server. First issue I am facing is that if I