are you running as a service? if so does the local "System" user have access
to your share? you will need to use \\server\path since the System account
will not have your mapped drives.

Charlie

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 12, 2003 1:51 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [SPAM:56%] Using File class in Tomcat
> 
> 
> I also just found out that if I have any other file that I 
> have to read in
> from a network mapped drive, it's not found.
> 
> This must be some setting in Tomcat.  Any comment?  Idea?
> 
> Bao-Ha Dam Bui
> [EMAIL PROTECTED]
> St. Jude Medical, Inc
>  
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, June 12, 2003 11:03 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [SPAM:56%] Using File class in Tomcat
> 
> Made no difference.  I even tried the \\ instead of the \ by 
> itself.  Any
> more idea please!
> 
> Bao-Ha Dam Bui
> [EMAIL PROTECTED]
> St. Jude Medical, Inc
> 651.765.1018
>  
> 
> -----Original Message-----
> From: Brendle, Douglas A. [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, June 12, 2003 10:58 AM
> To: Tomcat Users List
> Subject: RE: [SPAM:56%] Using File class in Tomcat
> 
> 
> don't use the mapped drive name. Use it's unc name.
> If your mapped drive is G:\ and it's mapped to 
> someDir on someServer, refer to it as \\someServer\someDir.
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 12, 2003 10:56 AM
> To: [EMAIL PROTECTED]
> Subject: [SPAM:56%] Using File class in Tomcat
> 
> 
> Hi,
> 
> I am using the java.io.File class to get a list of all the files in a
> directory.  If the directory I am trying to read is a local 
> one, all is fine
> and good.  However, if it is a mapped drive (I am using 
> Win2k) then the
> class can not see it.  I ran the same code reading the mapped drive in
> command window (java myclass) and it is fine.
> 
> Is there a setting in Tomcat that I have to set so that I can 
> read a mapped
> drive?  
> 
> I am using Tc 4.0.2
> 
> Thanks.
> 
> 
> Bao-Ha Dam Bui
> [EMAIL PROTECTED]
> St. Jude Medical, Inc
>  
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to