Okay, I think I'm getting to the bottom of the "weirdness" I am experiencing with previewing a DCR (via a PT).
I took a look through the access.log (for apache) and saw these lines:
10.107.65.101 - - [17/Oct/2006:11:43:54 -0400] "GET /iw-mount/default/main/H1/WORKAREA/Development/assets/images/zz_tst_dpalmer_1_innerNav_right_on.gif HTTP/1.1" 302 397 0 dpalmer
10.107.65.101 - - [17/Oct/2006:11:43:54 -0400] "GET /iw-mount/default/main/H1/WORKAREA/Development/assets/images/zz_tst_dpalmer_1_bullet.gif HTTP/1.1" 302 386 0 dpalmer
10.107.65.101 - - [17/Oct/2006:11:43:54 -0400] "GET /iw-mount/default/main/H1/WORKAREA/Development/assets/images/zz_tst_dpalmer_1_dot_whitebg_btm.gif HTTP/1.1" 302 395 0 dpalmer
10.107.65.101 - - [17/Oct/2006:11:43:54 -0400] "GET /iw-mount/default/main/H1/WORKAREA/Development/assets/images/zz_tst_dpalmer_1_dot_whitebg_top_3_2.gif HTTP/1.1" 302 399 0 dpalmer
Above are a few of the 302 redirect requests the web server dealt with, but then there are a whole slew of 502 errors. Below is a snippet from our server log:
10.107.65.101 - - [17/Oct/2006:14:22:48 -0400] "GET /iw-cc/iwproxy/iw-mount/default/main/H1/WORKAREA/Development/assets/images/zz_tst_dpalmer_0_InnerNav_left_on.gif HTTP/1.1" 502 233 1 dpalmer
10.107.65.101 - - [17/Oct/2006:14:30:14 -0400] "GET /assets/images/InnerNav_left.gif HTTP/1.1" 502 230 0 dpalmer
I've (obviously) confirmed that those images exist, they do, and in the correct location.
Also, the behavior is random, some of the images will be found and served, but if you reload the page, they'll go 502 again.
BTW, I'm very appreciative of those who have been helping. Thank you very much.