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)
Caused by: java.lang.NoClassDefFoundError: org/glassfish/jersey/server/model/Parameter$Source
I'm working with a REST Api built using Gradle + Jersey and running on Tomcat-7. I noticed when I am trying to run my JUnit tests that I am getting 500 errors for any api call.
Caused by: java.lang.No...
greatFritz
Votes: 0
Answers: 1
WebServlet maps multiple paths to /
I am developing a school project where I am using Tomcat7, Thymeleaf and javax.servlet with MAven as package manager.
My file IndexServlet.java is called even when I don't call the path
package com.ba...
humble_barnacle
Votes: 0
Answers: 1
Java ClassVersionError although version seems to be okay
I'm getting the following error in my java web app (The application launches okay but when I click a button following error occurs). I'm using Tomcat (7.0.109) to run this application.
java.lang.Unsu...
Mahmud Mridul
Votes: 0
Answers: 1
Can't deploy Spring-Boot WAR file on External Tomcat 7
The development team is using Tomcat 7 on Ubuntu server. I downloaded that Tomcat from the server and deployed locally and it works okay.
Now, I developed a spring-boot module, wrapped it into WAR fil...
Dalireeza
Votes: 0
Answers: 1