ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/catalina/startup/Constants.java

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/catalina/startup/Constants.java
Status
scanned
Type
file
Name
Constants.java
Extension
.java
Programming language
Java
Mime type
text/plain
File type
ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
2509 (2.5 KB)
MD5
6e71b4fcf1d3a5ec726555f8bfa6b331
SHA1
42e11a6dd99f971cd0b988d10402ddefc1b1dfc8
SHA256
7af7601da3e6f04a1f7495a48cbfd39cd649a3244019da8dce328ca3ba036935
SHA512

      
    
SHA1_git
43d9afa59ac560d4651a885a554a9c3c5b866167
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
Constants.java | 2.5 KB |

/* * 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. */ package org.apache.catalina.startup; /** * String constants for the startup package. <br> * Note that some values include a leading '/' and that some do not. This is intentional based on how the values are * used. */ public final class Constants { public static final String Package = "org.apache.catalina.startup"; public static final String ApplicationContextXml = "META-INF/context.xml"; public static final String ApplicationWebXml = "/WEB-INF/web.xml"; public static final String TomcatWebXml = "/WEB-INF/tomcat-web.xml"; public static final String DefaultContextXml = "conf/context.xml"; public static final String DefaultWebXml = "conf/web.xml"; public static final String HostContextXml = "context.xml.default"; public static final String HostWebXml = "web.xml.default"; public static final String WarTracker = "/META-INF/war-tracker"; /** * A value that points to a non-existent file used to suppress loading the default web.xml file. * <p> * It is useful when embedding Tomcat, when the default configuration is done programmatically, e.g. by calling * <code>Tomcat.initWebappDefaults(context)</code>. * * @see Tomcat */ public static final String NoDefaultWebXml = "org/apache/catalina/startup/NO_DEFAULT_XML"; /** * Name of the system property containing the tomcat product installation path */ public static final String CATALINA_HOME_PROP = "catalina.home"; /** * Name of the system property containing the tomcat instance installation path */ public static final String CATALINA_BASE_PROP = "catalina.base"; }
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
36.73
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 9 9