Hi,I'm developing on Teamsite6.0 installed under windows 2003current I call a script perl in inline tag by inserting the file system pathd:/iterwoven/teamsite/...I'd like call script perl in DCT, TPL and WF Files by the following sintax:/iw-home/iw-perl/bin/iw-perl.exe /iw-home/.../perlscript.iplHow can I achieve this? create an alis in http.conf or regex remapping URL?
Thanks,my question is:How can I substitute the current path inline command="d:/interwoven/teamsite/iw-perl/bin/iwperl.exe d:/interwoven/teamsite/.../scriptperl.ipl" with something like inline command="/iw-home/iw-perl/bin/iwperl.exe /iw-home/.../scriptperl.ipl" in my DCT?Is it possible no provide system drive and teamsite files system by creating an alias in http.conf file for example?