I have a non-shareable folder created on local drive of my system. I am trying to access this folder through a web-application deployed on tomcat server. Somehow, my applicatiion is not able to access this folder. When I make this folder shareable, the application is able to access the folder.
Can somebody tell me whats the reason that even if the folder is present the application is not able to access it? Is it necessary that if some folder is to be accessed using the UNC path, the folder must be shareable.
Thanks