Turns out it had to do with proxy on the network. The proxy was intercepting requests, and returning cached data.
Adding an exception to the proxy configuration of Firefox to direct the browser directly to the server, solved the problem. On Mon, Jan 31, 2011 at 4:32 PM, Knut Staring <[email protected]> wrote: > On Mon, Jan 31, 2011 at 4:26 PM, Jason Pickering > <[email protected]> wrote: >> Hi there. Anybody experienced any problem with Tomcat caching ? I keep >> getting unexpected results, like logging out of DHIS2, but the webpage >> does not appear to be logged out really. I hit Control-F5 to force a >> refresh, and I get the login screen. After logging in, I get a warning >> message that I am running an in memory database, when in fact I am >> not. > > Not quite sure...Quite sure it does not have to do with browser > caching? I have had that problem with Chrome. > >> I suspect Tomcat is caching something when it is not supposed to. >> >> Any ideas? > > You could try deleting the Tomcat "work/Catalina/localhost" folder. > > Knut > > >> Regards, >> Jason >> >> >> -- >> Jason P. Pickering >> email: [email protected] >> tel:+260974901293 >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~dhis2-devs >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~dhis2-devs >> More help : https://help.launchpad.net/ListHelp >> > > > > -- > Cheers, > Knut Staring > -- Jason P. Pickering email: [email protected] tel:+260974901293 _______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

