Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9fdfd7f
Checking in the Servlet and WAR files for WLS
Jun 28, 2017
c419450
Checking in Tomcat files
Jun 28, 2017
6e05237
Checking in the Readme.md files
Jul 10, 2017
322cee4
Update Readme.md
nsundara Jul 18, 2017
2551081
Update Readme.md
nsundara Jul 18, 2017
c7aa2f4
Update Readme.md
nsundara Jul 18, 2017
b2ae12f
Update Readme.md
nsundara Jul 18, 2017
8d6519f
Update Readme.md
nsundara Jul 18, 2017
444d8bd
Update Readme.md
nsundara Jul 18, 2017
15eea82
Update Readme.md
nsundara Jul 18, 2017
7bdc3ac
Update Readme.md
nsundara Jul 18, 2017
e7e1b6f
Update Readme.md
nsundara Jul 18, 2017
4076298
Update Readme.md
nsundara Jul 18, 2017
cf9251c
Update Readme.md
nsundara Jul 18, 2017
8ba8ac6
Checking in files for Tomcat
Jul 18, 2017
000073b
Merge branch 'wls_servlet' of https://github.com/oracle/oracle-db-exa…
Jul 18, 2017
38d2061
Update Readme.md
nsundara Jul 21, 2017
72e0b92
Update Readme.md
nsundara Jul 21, 2017
1be975f
Update Readme.md
nsundara Jul 21, 2017
5b29e1f
Update Readme.md
nsundara Jul 21, 2017
578340d
Merge branch 'wls_servlet' of https://github.com/oracle/oracle-db-exa…
Jul 21, 2017
f0c767b
Checking in the changes
Jul 21, 2017
25f2292
Update Readme.md
nsundara Jul 21, 2017
727fc70
Update Readme.md
nsundara Jul 21, 2017
8775d43
Update Readme.md
nsundara Jul 21, 2017
3b1f773
Update Readme.md
nsundara Jul 21, 2017
71597e1
Update Readme.md
nsundara Jul 21, 2017
2c99c9a
Modified Tomcat Servlet
Jul 21, 2017
5f0e6e6
Merge branch 'wls_servlet' of https://github.com/oracle/oracle-db-exa…
Jul 21, 2017
fd0bcce
Update Readme.md
Kuassim Jul 24, 2017
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Readme.md
  • Loading branch information
Kuassim authored Jul 24, 2017
commit fd0bcceb10c3665f24c1e374fbfbb6e2b2d52d5c
2 changes: 1 addition & 1 deletion java/jdbc/Tomcat_Servlet/Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tomcat Java Servlet
The Oracle JDBC drivers allow Java applications to connect and process data in the Oracle Database. **Apache Tomcat** is the application server for building and deploying Java EE applications. This repository has code samples for a Java Servlet that connects to the Oracle Database using the Oracle JDBC driver. We have furnished `build.xml` to compile the servlet and the `Readme.md` that has instructions to compile and deploy this servlet on Tomcat. If you have subscribed to any Oracle Database Service on Cloud such as DBCS, EECS, BMCS etc., follow these instructions to verify the database connectivity with Tomcat.
The Oracle JDBC drivers allow Java applications to connect and process data in the Oracle Database. **Apache Tomcat** is a Java application server for building and deploying Java Web applications. This repository has code samples for a Java Servlet that connects to the Oracle Database using the Oracle JDBC driver. We have furnished `build.xml` to compile the servlet and the `Readme.md` that has instructions to compile and deploy this servlet on Tomcat. If you have subscribed to any Oracle Database Service on Cloud such as DBCS, EECS, BMCS etc., follow these instructions to verify the database connectivity with Tomcat.

# What you need to install?

Expand Down