<< < 10 11 12 13 14 15 16 17 18 19 20 > >>   ∑:8897  Sort:Rank

Connection Pooling with C3P0 DataSources
This section provides a tutorial example that shows you how to use the C3P0 DataSources class to create and convert a unpooled DataSource to a pooled DataSource using PoolBackedDataSource with default configurations.
2024-04-17, ∼170🔥, 0💬

Using Connection Pool with JDBC
This chapter provides tutorial examples on JDBC connection pooling. Topics include introduction to database connection pool; examples of using DBCP and C3P0 Java libraries.
2024-04-17, ∼165🔥, 0💬

Connection Pooling with C3P0 ComboPooledDataSource
This section provides a tutorial example that shows you how to use the C3P0 ComboPooledDataSource class to manage the connection pool with JavaBean style properties.
2024-04-17, ∼165🔥, 0💬

Archived: Downloading and Installing JDK 13 on Mac
This section describes how to download and install JDK on a macOS computer.
2024-04-17, ∼163🔥, 0💬

C3P0 for Connection Pooling
This section provides a quick introduction on C3P0, which is a popular open source JDBC database connection pool library developed by Steve Waldman.
2024-04-17, ∼156🔥, 0💬

What Is Database Connection Pool
This section provides a quick introduction on database connection pool, which is an object container managing a set of JDBC connection objects to be reused to avoid repeated connection opening and closing operations.
2024-04-17, ∼155🔥, 0💬

Connection Pooling with Commons DBCP PoolingDriver
This section provides a tutorial example that shows you how to use the Commons DBCP PoolingDriver class to manage the connection pool as a custom JDBC driver.
2024-04-17, ∼154🔥, 0💬

Specifying Timezone During Connection
This section describes how to specify serverTimezone property in the connection URL to avoid timezone exception and timezone conversion issue.
2024-04-16, ∼414🔥, 0💬

Archived: Downloading and Installing JDK 13 on Mac
This section describes how to download and install JDK on a macOS computer.
2024-04-16, ∼162🔥, 0💬

SSL/TLS Support on Tomcat 8 or Older
This section provides a tutorial example on how to configure Tomcat 8 or older to support SSL/TLS for the HTTPS service.
2024-04-12, ∼211🔥, 0💬

Turn on SSL/TLS Support on Tomcat
This section provides a tutorial example on how to configure Tomcat to support SSL/TLS for the HTTPS service.
2024-04-12, ∼614🔥, 0💬

Common Issues on Running Tomcat
This section provides some examples of issues on running Apache Tomcat on Linux systems.
2024-04-12, ∼155🔥, 0💬

Install and Manage OpenJDK on CentOS
This section provides a tutorial example on how to install OpenJDK on CentOS 8 systems using 'dnf/yum' as the package manager.
2024-04-12, ∼210🔥, 0💬

Requirements for Supporting HTTPS on Apache
This section provides a brief summary of requirements on configuring the Apache HTTP Server to support the HTTPS protocol.
2024-04-12, ∼181🔥, 0💬

First Java Program - Hello.java
This section provides a tutorial example on how to write, compile, and execute the first Java program, Hello.java, with OpenJDK.
2024-04-12, ∼167🔥, 0💬

Common Issues with Apache HTTPS Support
This section provides examples of some common issues related to HTTPS support on Apache HTTP Server.
2024-04-12, ∼220🔥, 0💬

Upgrade OpenJDK on CentOS
This section provides a tutorial example on how to upgrade OpenJDK on CentOS 8 systems using package manager 'dnf/yum' and symbolic link manager 'update-alternatives' symbolic links for 'java/javac' command.
2024-04-12, ∼212🔥, 0💬

Apache Configuration for HTTPS Protocol
This section provides a tutorial example on how to install Web server certificates and configure Apache HTTP Server to support the HTTPS protocol.
2024-04-12, ∼164🔥, 0💬

What Is Apache HTTP Server "httpd"
This section provides a quick introduction of Apache HTTP Server, also referred as HTTP daemon or httpd.
2024-04-12, ∼178🔥, 0💬

OpenJDK - Open-Source JDK
This chapter provides introductions and tutorial examples on OpenJDK. Topics include installing and upgrading OpenJDK JRE and JDK packages; using 'update-alternatives' command to update symbolic links for default commands; compiling and running Java programs.
2024-04-12, ∼166🔥, 0💬

Start/Stop Apache Tomcat
This section provides a tutorial example on how to start and stop Apache Tomcat on Linux systems.
2024-04-12, ∼203🔥, 0💬

Install Apache Tomcat on Linux
This section provides a tutorial example on how to install Apache Tomcat on Linux systems.
2024-04-12, ∼152🔥, 0💬

What Is Apache Tomcat
This section provides a quick introduction of Apache Tomcat, a Java application server, or as a Java servlet container.
2024-04-12, ∼154🔥, 0💬

Listen to Non-Standard Ports with Apache
This section provides a tutorial example on how to add virtual hosts to listen to additional ports other than standard ports (80 and 443) with and without systemd Socket Activation service.
2024-04-12, ∼219🔥, 0💬

<< < 10 11 12 13 14 15 16 17 18 19 20 > >>   ∑:8897  Sort:Rank