Using web.xml as a document descriptor is not explained in the documentation
I haven't tried it personally, but I think if you add web.xml in src/main/resources/META-INF it should be picked up. Can you give it a shot?
That said, is there any specific reason you need to use web.xml?
Thank you for the reply. That solution worked. I needed to implement my Java web application that has a web.xml configuration file using Quarkus.
@Curious-Bear glad to hear that the solution worked for you. It is not documented, would you like to contribute it by updating undertow guide?
Sure
Most helpful comment
@Curious-Bear glad to hear that the solution worked for you. It is not documented, would you like to contribute it by updating undertow guide?