I am in the process of translferring a standalone CGI script into a new workflow, using a cgitask to execute it. This CGI script references images that should exist in a /img directory off of the docroot (<img src="/img/a.gif" ...). The HTML pages that reference these images are displayed via the HTML::Template module. I can get the HTML to display just fine, however the images do not appear. When I look at the file properties of the images, it shows they are in
http://servername/img/a.gif and if I plug that URL for the image directly as the URL of the browser (IE) it displays the TeamSite login page
http://servername/iw/webdesk/login/img/a.gif. There is obviously some redirection happening, but for the life of us we can't figure out where or why this is happening. The docroot for CGI is set to
/interwoven/iw-home/iw-webd/htdocs. We put the img directory in there. We also noticed that if we just put the servername in as the URL (
http://servername) we also get the TeamSite login page. This is way over my head. Where do I even begin to debug this?
Dave SmithSr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com