• 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

mod_webapp cached?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I've got Apache 1.3 + Tomcat 4.0 connected using mod_webapp. It seems to me that mod_webapp cache all replies from Tomcat.
I put a HelloServer in Tomcat. Then I request it through Apache, I get some results. If HelloServer is replaced by a new version which returns different things from the original one, the request result is the same. That is no changes observed. However if I access through port 8080, i.e., connect to Tomcat directly, I can see the changes. Is there anything I can do to make mod_webapp sees the changes?
Thank you.
Angus Lee
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic