This tag is about tomcat and jdbc working together.
jdbc is a Java-based data access technology (Java Standard Edition platform
) from Oracle Corporation. This technology is an API for the Java programming language that defines how a client may access a database.
tomcat is an open source web server and servlet
container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet
and the JavaServer Pages
(JSP
) specifications from Sun Microsystems, and provides a pure Java
HTTP web server environment for Java code to run in. In the simplest config Tomcat runs in a single operating system process.
This tag is about tomcat
and jdbc
working together.