Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 771 | blopes | 1 | Apache Tomcat |
| 2 | Copyright 1999-2025 The Apache Software Foundation |
||
| 3 | |||
| 4 | This product includes software developed at |
||
| 5 | The Apache Software Foundation (https://www.apache.org/). |
||
| 6 | |||
| 7 | This software contains code derived from netty-native |
||
| 8 | developed by the Netty project |
||
| 9 | (https://netty.io, https://github.com/netty/netty-tcnative/) |
||
| 10 | and from finagle-native developed at Twitter |
||
| 11 | (https://github.com/twitter/finagle). |
||
| 12 | |||
| 13 | This software contains code derived from jgroups-kubernetes |
||
| 14 | developed by the JGroups project (http://www.jgroups.org/). |
||
| 15 | |||
| 16 | The Windows Installer is built with the Nullsoft |
||
| 17 | Scriptable Install System (NSIS), which is |
||
| 18 | open source software. The original software and |
||
| 19 | related information is available at |
||
| 20 | http://nsis.sourceforge.net. |
||
| 21 | |||
| 22 | Java compilation software for JSP pages is provided by the Eclipse |
||
| 23 | JDT Core Batch Compiler component, which is open source software. |
||
| 24 | The original software and related information is available at |
||
| 25 | https://www.eclipse.org/jdt/core/. |
||
| 26 | |||
| 27 | org.apache.tomcat.util.json.JSONParser.jj is a public domain javacc grammar |
||
| 28 | for JSON written by Robert Fischer. |
||
| 29 | https://github.com/RobertFischer/json-parser |
||
| 30 | |||
| 31 | For portions of the Tomcat JNI OpenSSL API and the OpenSSL JSSE integration |
||
| 32 | The org.apache.tomcat.jni and the org.apache.tomcat.net.openssl packages |
||
| 33 | are derivative work originating from the Netty project and the finagle-native |
||
| 34 | project developed at Twitter |
||
| 35 | * Copyright 2014 The Netty Project |
||
| 36 | * Copyright 2014 Twitter |
||
| 37 | |||
| 38 | For portions of the Tomcat cloud support |
||
| 39 | The org.apache.catalina.tribes.membership.cloud package contains derivative |
||
| 40 | work originating from the jgroups project. |
||
| 41 | https://github.com/jgroups-extras/jgroups-kubernetes |
||
| 42 | Copyright 2002-2018 Red Hat Inc. |
||
| 43 | |||
| 44 | The original XML Schemas for Java EE Deployment Descriptors: |
||
| 45 | - javaee_5.xsd |
||
| 46 | - javaee_web_services_1_2.xsd |
||
| 47 | - javaee_web_services_client_1_2.xsd |
||
| 48 | - javaee_6.xsd |
||
| 49 | - javaee_web_services_1_3.xsd |
||
| 50 | - javaee_web_services_client_1_3.xsd |
||
| 51 | - jsp_2_2.xsd |
||
| 52 | - web-app_3_0.xsd |
||
| 53 | - web-common_3_0.xsd |
||
| 54 | - web-fragment_3_0.xsd |
||
| 55 | - javaee_7.xsd |
||
| 56 | - javaee_web_services_1_4.xsd |
||
| 57 | - javaee_web_services_client_1_4.xsd |
||
| 58 | - jsp_2_3.xsd |
||
| 59 | - web-app_3_1.xsd |
||
| 60 | - web-common_3_1.xsd |
||
| 61 | - web-fragment_3_1.xsd |
||
| 62 | - javaee_8.xsd |
||
| 63 | - web-app_4_0.xsd |
||
| 64 | - web-common_4_0.xsd |
||
| 65 | - web-fragment_4_0.xsd |
||
| 66 | |||
| 67 | may be obtained from: |
||
| 68 | http://www.oracle.com/webfolder/technetwork/jsc/xml/ns/javaee/index.html |