RE: How to read files on a network drive from a JSP

2005-10-14 Thread Longson, Robert
Dheeraj, When you run any code as a service with the default local system account it does not have permissions to use network shares. You could try running the service using a specific user account which has access to the share or alternatively load the file using ftp, http or some other prot

Re: How to read files on a network drive from a JSP

2005-10-14 Thread Victor Star
Hi Dheeraj, - Create a new local user, call it "TOMCAT" for example. - Set some password for it - Run your tomcat service under this user's credentials - create the local user with exactly same name and password on the other machine you're trying to access - make sure that local user has permissi