Hi everybody, I have a portlet that uploads a logo to a particular folder, then a vm template that reference the logo like this : <td valign="top"><img src="$clink.setURI($MyLogo).Absolute"></td>
Everything works fine in my win2k box with tomcat (no apache), the logo is refreshed less than a second after I upload a new logo. When I push everything on a linux box with apache/tomcat it doesnt seem to be refreshing. The first time I upload a logo, I can see it. But when I override the logo with a new image, I keep getting the old image even if I restart the web server. I know for sure that I am overriding the image since I can see the timestamp and the size changing. I do believe it's a cache problem because when I delete my temporary internet files and hit refresh, I get the new logo. I have this in Apache httpd.conf : # Expires module # ExpiresActive On ExpiresDefault access ExpiresByType image/gif modification ExpiresByType image/jpeg modification I dont think this is the right place to post this message but I am sort of desperate. Just in case someone did run accross a similar problem. Merci. Sara. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
