tags:

views:

18

answers:

0

I am working on a Weblogic application with a lot of image files. The application is accessed through a proxy server. As a performance improvement, we are moving all the static content (.gif, .jpg, .js, etc) to the proxy server and not rerouting requests for that content through to the weblogic server.

Problem is, the application contains hundreds of "" tags which don't work correctly when the images are not included in the application.

While I could certainly get around this by leaving the images in the application where they would never be requested by the proxy, I would like to be able to remove them. Is this possible without replacing the hundreds of getSkinPath tags?