Hi,
this should not happen and I don't know what your problem is.
Please tell me more about what you are doing.
Regards,
Benny
Hi,
That problem is solved. i was using System.exit() in case of an exception. my servlet was generating that exception and J2EE server was getting restarted. at least that is what i think was the error. now i have removed the System.exit and it works fine.
thanks.
Add a comment