currently I'm upgrading from JBoss to Wildfly 10 (Java 8). It works fine until I got this error:
org.apache.jasper.JasperException: JBWEB004062:
Unable to compile class for JSP: JBWEB004061
Generally speaking, the server is not able to find my class packages (imports) to resolve. These imports are not libraries. The java packages are in the WEB-INF/classes folder. Testing different Java versions did not help (one proposed solution in the web).
Is there a different folder hierarchy in Wildfly 10 compared to the former JBoss?
Thanks for help in advance!