Re: Tomcat4 & HTTP response header Cache-control

2005-09-01 Thread Terence M. Bandoian
The following might do the trick: response.setHeader( "Cache-Control", "no-cache" ); -Terence M. Bandoian >> Hello all, >> >> I'm currently having to (still) work on an application which is >> running under Tomcat4 - the suppliers haven't yet validated against >> Tomcat5 and I'm looking at

Tomcat4 & HTTP response header Cache-control

2005-09-01 Thread Nick Hindley
Hello all, I'm currently having to (still) work on an application which is running under Tomcat4 - the suppliers haven't yet validated against Tomcat5 and I'm looking at clustering in that environment. I've looked at Filips excellent reference http://people.apache.org/~fhanik/ and at the en