Skip to content
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

Add some support for web.xml #55

Open
jesse-gallagher opened this issue Dec 20, 2021 · 1 comment
Open

Add some support for web.xml #55

jesse-gallagher opened this issue Dec 20, 2021 · 1 comment
Labels
enhancement New feature or request jsp servlet

Comments

@jesse-gallagher
Copy link
Member

It should be possible to make use of a couple known properties from web.xml if present - for example, the JSP configuration properties. Beyond that, this could also be a way to register servlets in a "normal" way.

@jesse-gallagher
Copy link
Member Author

As part of working on #469, I've added initial support for web.xml, currently only reading context-param properties.

jesse-gallagher added a commit that referenced this issue Dec 27, 2023
Modify web.xml parsing to use Tomcat's library (Issue #55) (fixes #490)
jesse-gallagher added a commit that referenced this issue Dec 27, 2023
Add ability to specify Servlets in web.xml (Issue #55)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jsp servlet
Projects
None yet
Development

No branches or pull requests

1 participant