java - Problem in accessing a mapped network drive -
We have a problem accessing the content on a mapped network drive.
We have a web application running on Weblog 8.1 (Windows 2000 NT).
Recover images from a mapped network drive and display.
We now hosted a virtual machine (Windows 2003 SP1) weblog 10.3.
But on this new set up though the network drive is mapped and available on the machine, the app can not access it.
Does any specific settings to map network drives to virtual machines?
Any help?
know
>
Suggest that the web application process Start the problem solving by ensuring that the network has the necessary permissions to share.
Perhaps you have to change the account that is running under the web application windows domain user? Perhaps this app is now running as a localSITEM (which only has local privileges).
If you can not run a web app under a domain user account, then you can try pass-through authentication: The local user has a Web partner server that is the exact same as an account Username and password that can reach the network share. Run the app under this local account.
Edit:
If the web app is configured to share the network using drive mapping, then instead of the path to the UNC Change m: \ directory to \\ server \ share \ directory
Comments
Post a Comment