solved: java.lang.ClassNotFoundException for listener class

2023-09-07 Thread Ivano Luberti
I was wong, the deployed context under eclipse and under tomcat autonomous instance were not identical at all. Form some reason when eclipse deploys the web application copy the class files under WEB-INF/services/  under WEB-INF/classes, so the tomcat class loading finds classes were expected

java.lang.ClassNotFoundException for listener class

2023-09-06 Thread Ivano Luberti
Hello all. I have developed a web application using Eclipse as an IDE and test environment and it runs as expected. Then I have built a war file and deployed it under another Tomcat instance. In both case tomcat version is 8.5 Under this last instance the application can't start and in the l