1
Hello, I have a project where I have always used the Tomcat 7, and always worked smoothly. However, when asked to run the project with Tomcat 8 the pages return error 404.
In the logs to Tomcat point that out:
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 don’t know if it can be problem with Tomcat or compatibility, in case I use 64 bit.
I ask you to help me with this problem, I thank you in advance.
This seems to be a classpath problem in the configuration of your application. I think it has nothing to do with the fact that it is 64 bits.
– Victor Stafusa