-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
javax.servlet-api not found jetty #12474
Comments
@sahil3390 Jetty 9.4.x is at end of community support, see: Please upgrade to Jetty 12. FTR. the |
Thanks for the quick support. Can please mention in which jar we can find the javax.servlet classes, i tried search in the source but unable to find it. |
You can download javax.servlet classes from https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/ |
Does this mean that we need to download javax.servlet-api compatible version with jetty 9.4.56 separately from: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/ and it is not part of the jetty.project-jetty-9.4.56.v20240826.tar.gz present on github? |
As far as I can see it's part of the jetty-distribution
|
if i am not wrong jetty-distribution is part of jetty.project-jetty-9.4.56, right? |
@sahil3390 the package you downloaded from GitHub is the Jetty source code, which does not produce the Servlet APIs. The Update to Jetty 12 and read the documentation: |
Hi Team,
We have a question regarding the Jetty 3PP used in our product. Currently, we are using Jetty version 9.4.56, which depends on javax.servlet-api-3.1.jar. However, as stated on the Jetty 3PP homepage, we downloaded the package from the link "https://github.com/jetty/jetty.project/releases/tag/jetty-9.4.56.v20240826" but could not find the javax.servlet-api-3.1.jar file in the downloaded package.
Could you clarify why javax.servlet-api-3.1.jar is not included in the Jetty package if Jetty v9.4.56 relies on it?
We look forward to your prompt response.
The text was updated successfully, but these errors were encountered: