We have two web applications developed using Spring and Hibernate. We have deployed these two applications on Tomcat 7. Sometimes these applications are running fine if we don't access both applications. Sometimes it is giving some exceptions if the both the applications are accessed at the same time.
Ex: java.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser.
Whichever the application we have accessed first works fine but second one doesn't work.
We are sure that we can run n number of applications on server.