I was able to see the images during the preview of a page earlier but when i created a new Default Web SIte in my IIS server, i am not able to view the images during the preview of a page.Now after reverting back the Default WebSite to the old one in my IIS,When i preview the page the images doesn't appear.In my access.log i am getting the HTTP 304 error. But when i deploy the pages and view them through the enduser i am able to view the images.
When i run the iwproxy in debug mode i get the following output
[Using tickets for authentication]
[Using newfangled blobs]
[iwproxy] iwserver locale: English_UnitedStates.MS1252@Binary
[iwproxy] max_connections (default): 100
regex pattern set: /iw-mount/double_proxy/(.*)
regex pattern set: /iw-mount(.*/sites/(.*)/pages/(.*)\.page)([\?&]?(.*))?$
regex pattern set: /iw-mount(.*/sites/(.*)/[^/]*\.site)$
regex pattern set: /iw-mount(.*/livesite/main/component/.*/(.*\.component))$
regex pattern set: /iw-mount(.*/livesite/main/template/.*/(.*\template))$
[iwproxy] using iwproxy_host from iw.cfg: localhost
[iwproxy] listening at
http://localhost:1080[iwproxy] using customer web server at
http://ctp-lx050:81[iwproxy] using servlet engine at
http://localhost:8080/iw-cc[iwproxy] using iwwebd at
http://ctp-lx050:80[external remap configuration]
[name not set]
key: 0
docroot: [no docroot specified]
[local remap configuration]
/
key: 0
docroot: [no docroot specified]
Part of my access.log which specifies the HTTP Error 304.
127.0.0.1 - - [19/Mar/2007:11:17:23 +0530] "GET /iw-cc/base/util/blank.html HTTP/1.1" 304 - 0 administrator
127.0.0.1 - - [19/Mar/2007:11:17:23 +0530] "GET /iw-cc/ccpro/workflow/main.jsp HTTP/1.1" 200 25999 0 administrator
127.0.0.1 - - [19/Mar/2007:11:17:23 +0530] "GET /iw-cc/base/widget/widgets.js HTTP/1.1" 304 - 0 administrator
127.0.0.1 - - [19/Mar/2007:11:17:23 +0530] "GET /iw-cc/base/styles/iw.css HTTP/1.1" 304 - 0 administrator
127.0.0.1 - - [19/Mar/2007:11:17:23 +0530] "GET /iw-cc/base/styles/custom.css HTTP/1.1" 304 - 0 administrator
127.0.0.1 - - [19/Mar/2007:11:17:23 +0530] "GET /iw-cc/teamsite/styles/iw.css HTTP/1.1" 304 - 0 administrator
127.0.0.1- - [19/Mar/2007:11:17:23 +0530] "GET /iw-cc/teamsite/styles/custom.css HTTP/1.1" 304 - 0 administrator
127.0.0.1- - [19/Mar/2007:11:17:23 +0530] "GET /iw-cc/ccpro/styles/iw.css HTTP/1.1" 304 - 0 administrator
127.0.0.1- - [19/Mar/2007:11:17:23 +0530] "GET /iw-cc/ccpro/styles/custom.css HTTP/1.1" 304 - 0 administrator
Can anyone suggest on this issue.