This is exacty the problem... I've been trying to figure out how to share a common directory of tcf's. The odd thing is that the server will prepend the tcfsearchpath (set either in the ini file or in the taf with an assign action) with the actual full path to the webroot, so even trying a virtual directory won't work because the full path still doesn't work. (no symbolic links that work the same as Unix on Windows)
Thanks, Jason On 5/21/02 1:03 AM, "Robert Garcia" <[EMAIL PROTECTED]> wrote: > The TCFSearchPath variable is always relative to the webroot of the taf you > are running. Unless there is a way to change that. So there should be no > need for <@webroot>. I changed my setting to: > > TCFSEARCHPATH=<@appfilepath>;<@classfilepath>;/Tango2000/tcf/;/tcfs/;/appfil > es/tcfs/; > > All paths that start with "/" are relative to the webroot. If I want to > instantiate an object instance and the tcf is in a different place, just add > this before you create the instance: > > <@assign local$TCFSEARCHPATH "/ThePath/ToYourTCF/"> > > And for this one instance, tango will look in this path. > > Hope this helps. -- ____________________________________________________________________ Jason Pamental, President [EMAIL PROTECTED] Bathysphere Digital Media Services, Inc. http://bathyspheredms.com ____________________________________________________________________ Tel: 401.490.6830 Fax: 401.490.6831 ________________________________________ ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
