diff --git a/apps/jetty/apache-tomcat/README-i2p.txt b/apps/jetty/apache-tomcat/README-i2p.txt new file mode 100644 index 0000000000..edeb05fcbb --- /dev/null +++ b/apps/jetty/apache-tomcat/README-i2p.txt @@ -0,0 +1,10 @@ +This is Apache Tomcat 6.x, supporting Servlet 2.5 and JSP 2.1. + +Retrieved from the file + apache-tomcat-6.0.41.tar.gz + +containing only a small subset of lib/tomcat-coyote.jar. + +See the buildTomcatUtilJar target in ../build.xml for the classes extracted and more information. + +LICENSE: see ../../../licenses/LICENSE-Apache2.0.txt diff --git a/apps/jetty/apache-tomcat/lib/tomcat-coyote-util.jar b/apps/jetty/apache-tomcat/lib/tomcat-coyote-util.jar new file mode 100644 index 0000000000..da3061a5f1 Binary files /dev/null and b/apps/jetty/apache-tomcat/lib/tomcat-coyote-util.jar differ diff --git a/apps/jetty/build.xml b/apps/jetty/build.xml index ddb0fffbc3..bb7de443d0 100644 --- a/apps/jetty/build.xml +++ b/apps/jetty/build.xml @@ -10,6 +10,9 @@ + + + @@ -152,6 +155,23 @@ + + + + + + + +