-
Notifications
You must be signed in to change notification settings - Fork 111
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
Webapp fails to start with jakarta.faces.AUTOMATIC_EXTENSIONLESS_MAPPING set to true #5483
Comments
After further tests this has nothing to do with deploying on root context or not. The webapp runs when started in a Tomcat container in Eclipse but fails if I package the WAR file and deploy it on a standalone Tomcat instance. I'll close and open a StackOverflow question instead... |
This is somehow caused by
If I set this to My complete
|
I copypasted your web.xml into an empty project targeted at Tomcat 10.1.23 having solely a index.xhtml (the project is of course not literally empty it's just the smallest possible project for a working Faces 4.0 app on Tomcat -- I used Weld as CDI impl btw) The described issue is not reproducible based on the information provided so far. |
Describe the bug
I'm trying to deploy my web application on Tomcat 10.1 with Mojarra 4.0.x. Everything works if I use a webapp context like '/manager' (WAR file name manager.war) but fails if I rename the WAR to ROOT.war (empty/root webapp context '/').
To Reproduce
Steps to reproduce the behavior:
Expected behavior
no startup failures
The text was updated successfully, but these errors were encountered: