Showing posts with label ServletProgramming. Show all posts
Showing posts with label ServletProgramming. Show all posts

Saturday, 7 May 2016

how to add Servlet-api.jar file to eclipse

Steps to add Servlet-api.jar  file to eclipse

step1:Right Click on project -> Build Path and click on Configure Build Path.




step2:Click on Library tab and then click on Add External JARs…



step3:Select Servlet-api.jar file and click on Open(it is located in tomcat installation location under lib folder)




step4: Click OK. Once you click on OK, Servlet-api.jar  will be added to eclipse project.

step5:now we see Servlet-api.jar file in libraris folder(left side)

how to install apache tomcat server and add TomcatServer to Eclipse IDE

steps to install apache tomcat server and add TomcatServer to Eclipse IDE
step1:
Download Apache Tomcat from this link. I’m using version 7.0.69.
my computer is windows 64 bit then i am downloading



step2:
open download folder extract it to document folder

                     

step3:open eclipse environment,in bottum we find servers tab and  right click on new servers under new->server click on server


                      


step4:  select apache tomcat 7 and click on next

step5:select tomcat7 extract folder and click finish

step6:now  right click on server click on start 
then tomcat server will started

how to install eclipse Neon