python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
java.lang.IllegalArgumentException: Unknown Entity bean class with eclipselink in tomcat 10
Im trying to upgrade spring web app to tomcat 10 for the upgrade im using apache jakarta migration tool. the application got successfully migrated using this tool but when i run the application in tom...
Suhail Ahmed
Votes: 0
Answers: 1
Error in camel-servletlistener and springframework.web while running in tomcat 10
I have a spring web-app which uses camel-servletlistener(2.25.4), camel-urlrewrite(2.25.4) and springframework.web(5.3.15) internally. these dependencies uses javax.servlet internally because of which...
Suhail Ahmed
Votes: 0
Answers: 1
why does tomcat show 404 response message for an existing resource?
I'm new to implementing web services and I'm doing it with jax-rs API using eclipse IDE for java-ee developers 2022.
I have written a simple web service that returns a response object including a java...
Navid Nasro
Votes: 0
Answers: 2
how to resolve "java.util.zip.ZipException:duplicate entry: org/apache/xmlbeans/xml/stream/Location.class" issue while hosting springboot in tomcat 10
I am trying to host spring boot rest api in Apache Tomcat 10, but it is not getting hosted, I had placed my spring boot application in webapps-javaee folder, as tomcat 10 default support jakartaee
Whe...
kailashdesiti
Votes: 0
Answers: 1