forked from I2P_Developers/i2p.i2p
* Jetty:
- Update to Jetty 8.x, Servlet 3.0, JSP 2.2 - Require Java 6 - Use Servlet and JSP jars from Jetty instead of Tomcat - Tomcat remains at 6.0.37 supporting Servlet 2.5 / JSP 2.1 - Remove Jetty dependency in console error pages - Build files for Jetty 8.1.14 - Doc updates - Delete Jetty 7.6.14 - Jetty 8.1.14 not yet checked in, waiting to see if a new version is released soon, but build will download it for testing
This commit is contained in:
@@ -6,9 +6,21 @@ Retrieved from the file
|
||||
|
||||
minus the following files and directores:
|
||||
|
||||
build.xml
|
||||
deployer-howto.html
|
||||
images/*
|
||||
lib/catalina*
|
||||
LICENSE (see ../../../licenses/LICENSE-Apache2.0.txt, it's also inside every jar)
|
||||
RELEASE-NOTES
|
||||
build.xml
|
||||
deployer-howto.html
|
||||
images/*
|
||||
lib/catalina*
|
||||
lib/jsp-api.jar (see below)
|
||||
lib/servlet-api.jar (see below)
|
||||
LICENSE (see ../../../licenses/LICENSE-Apache2.0.txt, it's also inside every jar)
|
||||
RELEASE-NOTES
|
||||
|
||||
|
||||
We could use the following API jars from Apache Tomcat 7.x, supporting Servlet 3.0 and JSP 2.2,
|
||||
that are required for Jetty 8, but we just bundle the ones from Jetty 8 instead:
|
||||
|
||||
lib/jsp-api.jar
|
||||
lib/servlet-api.jar
|
||||
|
||||
For more info:
|
||||
http://tomcat.apache.org/whichversion.html
|
||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user