[THIN] Re: Drive mapping / UNC paths

  • From: "Nick Crisp" <ncrisp@xxxxxxxxxxxxxxxxxxxxxxx>
  • To: <thin@xxxxxxxxxxxxx>
  • Date: Thu, 11 Sep 2003 11:21:46 +1000

Im a little confused, is it possible to create a network drive without a
drive letter, just a UNC path?
Thanks
Nick
 
-----Original Message-----
From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On
Behalf Of Nick Crisp
Sent: Friday, 5 September 2003 3:53 PM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: Drive mapping
 
Great idea thanks Joe
The applications are all written in house and we host multiple versions
talking to multiple database backends, and they all support UNC paths, 
Initially I asked this list if there was a way to simply have each
application give a mapping to a UNC path (specifically the working
directory specified in Metaframe) but got a very limited response so I
assumed it was not the way to go. This would eliminate the multiple
session problems. And is highly desirable.
Any more info?
Thanks Nick
 
-----Original Message-----
From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On
Behalf Of Joe Shonk
Sent: Friday, 5 September 2003 2:32 PM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: Drive mapping
 
Essentially you would like to map drives to shares based on the
application the user launches.
 
An easy way is write a script (.cmd or .bat) for each application.  Ie.
 
Word.cmd:
Net use i: \\server\word-share <file:///\\server\word-share> 
Start "c:\program files\microsoft office\winword.exe"    (or something
similar)
 
Instead of using the winword.exe when publishing the app, point the
publish app to the .cmd/.bat file instead (you can still use the word
.icon)
 
Keep in mind that you'll want to use a different drive letter for each
application used, and if the use launches more that one application (and
the apps reside on the same server) you won't be able to keep the
"other" application drive letters hidden from each other.  
 
Of course there are other ways to accomplish this. Just keep in mind;
"Session Sharing"
 
Perhaps the applications support UNC paths.
 
Joe
  
-----Original Message-----
From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On
Behalf Of Nick Crisp
Sent: Thursday, September 04, 2003 6:36 PM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Drive mapping
 
Hi all
I'm not sure what the best approach to this problem is but I would like
to have a server side storage area for all my apps that is separate from
other apps storage areas
 
Essentially I would like to have a storage drive on the server that is
common for all users of the same application. I thought perhaps the best
way to do this would be to have each application's working directory
mapped for the users session.
 
Is this a problematic approach??
 
The other problem is how I do this, ie set a variable per session that
points to the working directory which is called via the userlgn.cmd. If
this is the best method how do I set the variable (syntax in the login
script??) 
 
At the moment I have individual scripts for users but these are time
consuming and I'd like to avoid this if possible
 
Thanks
Nick
 

Other related posts: