I am in the process of moving all of the images in my web application over to a CDN but I want to easily be able to switch the CDN on or off without having to hard code the path to the images.
I\'m developing a web application that is going to be served from an OSGi HTTP service, I register it using a WicketServlet, and I don\'t know how to serve static files (CSS, JS, images and so).
I\'m trying to set up Apache in front of Tomcat.What do I have Apache serve?I know Apache works better for static pages and images.I currently deploy a war file in Tomcat that contains static pages, i
I would like to set up a subdomain (similar to stackoverflow\'s http://sstatic.net/) in order to serve static content for my existing web applications. I have never done this before and was wondering
I have a Java web application running on Tomcat. I want to load static images that will be shown both on the Web UI and in PDF files generated by the application. Also new images will be added and sav