I am performing load tests on my java web app, running in tomcat 7 with NiO connector, running simulation of 1000 users working simultaniously, and I get unexpected result -- application turns to completely unusable state, it gives user error with status 500 and NoClassDefFoundError for different classes of the application, for example MVC controllers and others.
Looks like tomcat "undeploys" it somehow for some reason.
Do you have any thoughts how to fix it and what could be the source of the problem?