Hello, it's really the first time for me to post.
I'am encountering a problem with my Web Apps and cannot find any answers on the web.
My problem is that i have a Java Web App that works on parallel with tomcat and apache using mod_jk.
Everything works fine, but after one day of running in tomcat, the Ajax request i do with Jquery dosn't come back with the data. I'm using SQL Base (phpMyAdmin).
I'm sending a request to the servlet in charge of the sql using Jquery Ajax but i never get the response. Wierd thing is that it works for a day and then stop the next one (i must than reload my WebApps to make it work again).
Could you gentle developpers give me a hint or two please ? :)