do you know if Tomcat can put data at its cache? I want to keep some tables in cache in order the clients queries for some tables do not have to go to the database every time.
Out of the box Tomcat does not provide a cache for general data - it does cache HttpSessions in memory. There are MANY opensource caching projects. The Whirlycache project appears to be well developed. Bill