I am using Apache 2.0.63 as webserver and JBOSS 4.0 as the Application Server,my J2EE ear application is deployed in JBOSS 4.0, i forward all the requests from Apache to JBOSS. I want to implement caching in Apache 2.0.63 such that, it looks in to the local cache direcoty for all the gif/jpegs/jpg/any other static content.I want to reduce the time to go to the App Server. Is this possible ? please give me some instruction/tips.
Start Free Trial