-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ServletContextListener error #6
Comments
may be related to this issue luminus-framework/luminus#280 there's currently a bug with how the handler is configured for the war |
Upon further testing, this seems to only be a problem with Tomcat 10, as it doesn't come up on multiple machines running Tomcat 9. |
I'll try test out with tomcat 10 when I get a chance. Odd that the ServletContextListener wouldn't be available though, seems like a key thing for a servlet container. |
This looks related to this issue: https://stackoverflow.com/questions/66711660/tomcat-10-x-throws-java-lang-noclassdeffounderror-on-javax-servlet-servletreques |
creating a brand new luminus app with +war and even +servlet, calling "lein uberwar" and then copying the .war into Tomcat's /webapps folder results in the following error:
The text was updated successfully, but these errors were encountered: