Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
JSP Tutorial #9 - Connecting Eclipse to Tomcat
Play lesson

JSP Tutorial - Java Server Pages Tutorial - JSP Tutorial #9 - Connecting Eclipse to Tomcat

4.0 (1)
11 learners

What you'll learn

This course includes

  • 2.5 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

FULL COURSE: JSP, Servlets and JDBC (80+ videos) http://www.luv2code.com/jsp (SPECIAL DISCOUNT) ---- This JSP tutorial series will help you quickly get up to speed with JSP. Download Tutorial Source Code: http://www.luv2code.com/downloads/youtube-jsp/jsp-tutorial-source-code-lite.zip ---- View more videos on the playlist: JSP Tutorial: https://goo.gl/fFVMrj Closed-Captioning and English subtitles available for this JSP Tutorial. ---- Follow luv2code for more JSP tutorial: Website: http://www.luv2code.com YouTube: http://goo.gl/EV6Kwv Twitter: http://goo.gl/ALMzLG Facebook: http://goo.gl/8pDRdA --- If you liked my JSP tutorial, then join my mailing list: Get exclusive access to new Java tutorials. - http://www.luv2code.com/joinlist --- Questions or problems about this JSP tutorial? Post them in the comments section below. --- Want to suggest a video for my JSP tutorial? Leave a comment below. I'm always looking for new video ideas. Let me know what video you'd like for me to create. --- Premium JSP Course Need More Details on JSP? - See my Premium JSP and Servlets course (80+ videos) - http://www.luv2code.com/jsp --- JSP Tutorial Transcript Hey, welcome back. In this video I'm going to show you how to connect Eclipse and Tomcat. The main benefit is that we can start Tomcat from Eclipse. Also, it'll make it very easy for us to deploy our web applications directly to Tomcat. All right, so let's go ahead and move into Eclipse. What I'd like to do is move down to the bottom section, there's a tab called servers, I'd like to click on that tab. At this point, we don't have any servers associated with our Eclipse environment at the time, so what we need to do is click on this link and we're going to add a new server. We're going to add a new server that points to our Tomcat that we installed previously. All right, so here's the defined new server. What I need to do is move up to the Apache Tomcat folder and expand it. I basically need to scroll down through this list and find Tomcat 8.0, because that's the one that we installed earlier. All right, so I have Tomcat 8 selected. This looks really good so far. What I'd like to do is go ahead and click the next button here on the screen, and then at this point I need to browse and tell Eclipse where Tomcat is installed. All right, so wherever you have Tomcat installed, you need to point to that directory. I'm going to make use of the default directory where Tomcat is installed. It's under program files, Apache Software, Tomcat 8. This is the actual default directory where Tomcat was installed. All right, great, so once I have that selected I'll go ahead and click on okay. It should give us the full path there for the Tomcat installation directory. Again, I'm just using the default. Once I'm happy with this, I'll go ahead and click on next. This screen here just talks about some other apps, don't worry about it, just go ahead and click on finish. This will associate Tomcat with the Eclipse environment. If everything is successful down in the bottom center, you should see a reference for Tomcat 8. At this point it's stopped, we haven't started it yet. We'll actually start it in some of the following videos when we start creating our web applications. Okay great, so if your Eclipse screen looks similar to this, that means you're successful in setting up Tomcat within Eclipse. Good job. All right, so let's go ahead and wrap up the video. In this video I showed you how to connect Eclipse and Tomcat.

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

FAQs

Course Hive
Download CourseHive
Keep learning anywhere