Multiple network drives on windows

LabKey Support Forum (Inactive)
Multiple network drives on windows dennisw  2012-06-21 12:21
Status: Closed
 
Hi,

Is it possible to have two network drives defined? If so, where would they be defined? I see in the labkey.xml a commented out entry regarding the pipeline. We have defined ours through the Admin Console>Site Settings UI and we noticed that if you change the network drive, the old one does hang around but not sure if this would be a good way to go about it.
 
 
Brian Connolly responded:  2012-06-21 13:00
Dennis,

We currently only support having a single network drive configured via the LabKey Server. (ie configured via the Site Settings page.

 If you would like to use multiple network drives, you will need to mount each additional drive via the operating system. When doing this, please pay particular attention to

a) ensuring that the network drive will be mounted again after reboots
b) Ensure that the tomcat windows service has access to the mounted network drives. Depending on your the version of windows you are using, this might be not be simple. See http://stackoverflow.com/questions/182750/how-to-map-a-network-drive-to-be-used-by-a-service

I can help you with #2 if you run into any problems.

Thank you,
 
dennisw responded:  2012-06-21 13:01
Great. We'll give it a try.

OK, got the drive mapped using the sysinternals method and that part definitely works. Clever. Now, what next?