Genexus EV3 + Tomcat 8

0

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.

    
asked by anonymous 08.06.2015 / 19:11

1 answer

0

There is an update for GXJarScanner that should resolve this issue. You can get it from here: link

    
09.06.2015 / 20:11