ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/tomcat/dbcp/dbcp2/cpdsadapter/package-info.java

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

      
    
Rootfs path

      
    
Size
3136 (3.1 KB)
MD5
8cec88125ba592cca548dc3469de3993
SHA1
a80bc69e718efa7105a95159666f306d8e7122b7
SHA256
80eed70ee0385171c63452dcfedf5dab09523d01eb3345c754bfd092536f4947
SHA512

      
    
SHA1_git
9439061f3e4d91eb8724a83988b3da18742b35c0
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
package-info.java | 3.1 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 * * https://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. */ /** * <p> * This package contains one public class which is a * {@code ConnectionPoolDataSource} (CPDS) implementation that can be used to * adapt older {@code Driver} based JDBC implementations. Below is an * example of setting up the CPDS to be available via JNDI in the * catalina servlet container. * </p> * <p>In server.xml, the following would be added to the &lt;Context&gt; for your * webapp: * </p> * * <pre> * &lt;Resource name="jdbc/bookstoreCPDS" auth="Container" * type="org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS"/&gt; * &lt;ResourceParams name="jdbc/bookstoreCPDS"&gt; * &lt;parameter&gt; * &lt;name&gt;factory&lt;/name&gt; * &lt;value&gt;org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS&lt;/value&gt; * &lt;/parameter&gt; * &lt;parameter&gt;&lt;name&gt;user&lt;/name&gt;&lt;value&gt;root&lt;/value&gt;&lt;/parameter&gt; * &lt;parameter&gt;&lt;name&gt;password&lt;/name&gt;&lt;value&gt;&lt;/value&gt;&lt;/parameter&gt; * &lt;parameter&gt; * &lt;name&gt;driver&lt;/name&gt; * &lt;value&gt;org.gjt.mm.mysql.Driver&lt;/value&gt;&lt;/parameter&gt; * &lt;parameter&gt; * &lt;name&gt;url&lt;/name&gt; * &lt;value&gt;jdbc:mysql://localhost:3306/bookstore&lt;/value&gt; * &lt;/parameter&gt; * &lt;/ResourceParams&gt; * </pre> * * <p> * In web.xml. Note that elements must be given in the order of the dtd * described in the servlet specification: * </p> * * <pre> * &lt;resource-ref&gt; * &lt;description&gt; * Resource reference to a factory for java.sql.Connection * instances that may be used for talking to a particular * database that is configured in the server.xml file. * &lt;/description&gt; * &lt;res-ref-name&gt; * jdbc/bookstoreCPDS * &lt;/res-ref-name&gt; * &lt;res-type&gt; * org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS * &lt;/res-type&gt; * &lt;res-auth&gt; * Container * &lt;/res-auth&gt; * &lt;/resource-ref&gt; * </pre> * * <p> * Catalina deploys all objects configured similarly to above within the * <strong>java:comp/env</strong> namespace. * </p> */ package org.apache.tomcat.dbcp.dbcp2.cpdsadapter;
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
34.39
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-eb6b5ae0-4f88-4e9b-d67c-c6c8e733b1cd apache-2.0 Apache-2.0
URL Start line End line
https://www.apache.org/licenses/LICENSE-2.0 9 9