aspose file tools
The moose likes Tomcat and the fly likes Tomcat 6 and catche problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Tomcat 6 and catche problem" Watch "Tomcat 6 and catche problem" New topic
Author

Tomcat 6 and catche problem

S Raman
Greenhorn

Joined: Mar 29, 2006
Posts: 16
Hi,
I am having searchservlet which enquires database mysql using JNDI Pooling.
the database query result is cached somewhere and in subsequent query from applet i get previous results also.
I observed that even if i query from different machines i get results of all machines query result.
unless i restart the machine I get previous result in my applet. and again if i make a query results after restart comes

where all caching is possible The caching problem must be in server side since diffeent clients get all clients query result

Tomcat 6, Database mysql,JNDI pooling
Thanks
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Tomcat 6 and catche problem
 
Similar Threads
Cannot lookup JNDI resource for MySql JDBC driver on Tomcat & Axis
tomcat caching issue
tomcat mysql connection issues
Query Result Caching
New Article: JDBC Connection Pooling