Hi Guys,
I got a weird problem with my application it's a system that generates reports , running on
tomcat , my problem is : in Myjsp on submit it goes to Myservelt to handle the request in it then display the results (all done in Myservelt even the display part ) , in Myservelt there is a link that takes you back to Myjsp if you wanna make another report all here works fine , the problem in when i try to make another request from Myjsp to Myservelt , tomcat displays this error :
So why it;s not available now although it was working fine before ?
PS: i didnt call destroy() in any part of my application ...