Hello, I have a project where I have always used Tomcat 7, and it always worked without problems. However, when asked to run the project with Tomcat 8 the pages return error 404.
In the Tomcat logs, they point to this:
03-Jun-2015 15: 32: 40.512 SEVERE [localhost-startStop-1] org.apache.tomcat.util.digester.Digester.startElement Begin event threw exception java.lang.ClassNotFoundException: com.genexus.webpanels.GXJarScanner ...
I do not know if it can be a problem with Tomcat or compatibility, in this case, I use 64-bit.
Please help me with this problem, thank you in advance.