Skip to content

Online Note taking app using java servlet,jdbc,MySql

Notifications You must be signed in to change notification settings

yaksh1/NoteApp-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Taking Web App using java Servlet, JDBC, MySQL  

Prerequisites

Before setting up Tomcat and installing the MySQL Connector/J, make sure you have the following prerequisites installed:

  • Java Development Kit (JDK)
  • Apache Tomcat
  • MySQL Server

Steps

1. Install Java Development Kit (JDK)

Download and install the latest version of JDK from the official Oracle website. Follow the installation instructions provided.

2. Install Apache Tomcat

Download the latest version of Apache Tomcat from the official Apache Tomcat website. Extract the downloaded archive to a location of your choice.

3. Download MySQL Connector/J

Download the MySQL Connector/J JAR file from the official MySQL website.

4. Copy Connector/J JAR to Tomcat's lib Directory

Copy the downloaded mysql-connector-java-<version>.jar file to the Tomcat lib directory.

5. Use MySQL Connector/J in Your Web Application

Now, you can use the MySQL Connector/J in your web application to connect to the MySQL database.

Getting Started

To get started with this project, clone the repository to your local machine:

https://github.com/your-username/NoteApp-Java.git

About

Online Note taking app using java servlet,jdbc,MySql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published