Steps for Connection of JSP with MYSQL

MODULE 3

  Connection of  JSP With  MYSQL Database:


In NetBeans IDE do the following steps to create a project

 Click on New File->Java Web ->Web Application->Project Name->Select Server Tomcat->OK

Right click on Web Application->New ->JSP file



1.Create  New Project


2.  Select Java Web under the New Project tab.




3.Select JSP  by right clicking on Web Application.



4. Click on Server and Setting tab and select Server Apache Tomcat or Glass Fish Server.



5.Click on Finish tab.


In this way your web application has been created and now you can write code here.


Comments