-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Unable to deploy on Tomcat 10 server #83
Comments
Hi @madhinenidivya |
Hi
Thank you for the information.I will follow the changes
…On Sun, Mar 5, 2023, 8:30 PM Antoine Rey ***@***.***> wrote:
Hi @madhinenidivya <https://github.com/madhinenidivya>
Which version of Tomcat are you using?
The latest version of Spring Petclinic required Tomcat 10 (with the
jakarta.* pakage support)
—
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2SHUKYXXJDHTUHIVIUXJHDW2STA5ANCNFSM6AAAAAAVNASWWQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Having the same problem. Tested with 2 different instance of tomcat with Tomcat 10 and java 17 and 19. Both give the following error on startup. org.apache.jasper.JasperException: The absolute uri: [http://java.sun.com/jsp/jstl/fmt] cannot be resolved in either web.xml or the jar files deployed with this application |
I've got the same issue with Tomcat 10. Good catch. I'm not sure that Tomcat provides anymore the JSTL library implementation and maybe we have to add the |
Should be fixed by #89 |
Could you test the patch please? |
I close this issue. Please reopen if Tomcat deployment always failed. |
No description provided.
The text was updated successfully, but these errors were encountered: