ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/webapps/docs/appdev/installation.xml

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/webapps/docs/appdev/installation.xml
Status
scanned
Type
file
Name
installation.xml
Extension
.xml
Programming language

      
    
Mime type
text/xml
File type
XML 1.0 document, ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
3791 (3.7 KB)
MD5
dd67162e0370dc17d4862e4650cdc8be
SHA1
59de711f3210763f71e883233559f1bc849d8c94
SHA256
ceffb64c9b606f0a7b5aa5293e03278bf19fac476027d1ab912c0f491ec4f8b4
SHA512

      
    
SHA1_git
17e84c894dfcd837c1e78ab9ae291f5d668b90d5
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
installation.xml | 3.7 KB |

<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!DOCTYPE document [ <!ENTITY project SYSTEM "project.xml"> ]> <document url="installation.html"> &project; <properties> <title>Installation</title> </properties> <body> <section name="Installation"> <p>In order to use Tomcat for developing web applications, you must first install it (and the software it depends on). The required steps are outlined in the following subsections.</p> <subsection name="JDK"> <p>Tomcat <version-major-minor/> was designed to run on Java SE <min-java-version/> or later. </p> <p>Compatible JDKs for many platforms (or links to where they can be found) are available at <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">http://www.oracle.com/technetwork/java/javase/downloads/index.html</a>.</p> </subsection> <subsection name="Tomcat"> <p>Binary downloads of the <strong>Tomcat</strong> server are available from <a href="https://tomcat.apache.org/">https://tomcat.apache.org/</a>. This manual assumes you are using the most recent release of Tomcat <version-major/>. Detailed instructions for downloading and installing Tomcat are available <a href="../setup.html">here</a>.</p> <p>In the remainder of this manual, example shell scripts assume that you have set an environment variable <code>CATALINA_HOME</code> that contains the pathname to the directory in which Tomcat has been installed. Optionally, if Tomcat has been configured for multiple instances, each instance will have its own <code>CATALINA_BASE</code> configured.</p> </subsection> <subsection name="Ant"> <p>Binary downloads of the <strong>Ant</strong> build tool are available from <a href="https://ant.apache.org/">https://ant.apache.org/</a>. This manual assumes you are using Ant 1.8 or later. The instructions may also be compatible with other versions, but this has not been tested.</p> <p>Download and install Ant. Then, add the <code>bin</code> directory of the Ant distribution to your <code>PATH</code> environment variable, following the standard practices for your operating system platform. Once you have done this, you will be able to execute the <code>ant</code> shell command directly.</p> </subsection> <subsection name="Source Code Control"> <p>Besides the required tools described above, you are strongly encouraged to download and install a <em>source code control</em> system, such as Git, Subversion, CVS or one of the many alternatives. You will need appropriate client tools to check out source code files, and check in modified versions and, depending on the tool and hosting option you choose, you may need to obtain and install server software or sign up for an account with a cloud provider.</p> <p>Detailed instructions for installing and using source code control applications is beyond the scope of this manual.</p> </subsection> </section> </body> </document>
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
22.37
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 10 10
http://www.oracle.com/technetwork/java/javase/downloads/index.html 45 45
https://tomcat.apache.org/ 52 52
https://ant.apache.org/ 69 69