-
Notifications
You must be signed in to change notification settings - Fork 520
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
Build uberwar with jakarta servlet #517
Comments
My guess is that this is running afoul of the move from If you're using Lein-Ring, that project will need to be updated to use Lein-Ring can either be fixed, or you can create the war manually. |
Yes, I was trying to use Lein-Ring to create a war. Let's assume it will not be updated fast. Do you have some how-to I could follow to create the war myself for the Ring app I have? |
Perhaps the easiest way would be to clone Lein-Ring, then do a search and replace for the namespaces and classes I listed above. Replace them with the Jakarta version, then install locally using Otherwise, a quick search reveals this page. There's likely other tutorials out there as well. |
Hi, how should I build a war archive which would use Jakarta Servlets?
Building the war by following documentation does not work. I get the following error when deploying to Tomcat 11:
Any help would be much appreciated .
The text was updated successfully, but these errors were encountered: