• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Apply server caching in IBM HTTP Server for Websphere Application Server

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,

Our company has a IBM HTTP Server (IHS) and Websphere Application Server (WAS). A web application is deployed to WAS and all HTTPS requests from customers are passed through IHS and then to WAS.

Is anyone know how to configure the "ExpiresByType" setting under "Directory" tag in httpd.conf in IHS for caching the some static objects (e.g. jsp, css, javascript) which are stored in WAS? The static objects are deployed in a EAR file in WAS.

Appreciate if you can reply asap. Thanks in advance

Thanks.
Regards,
Ricky
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic