All language subtitles for 4. Connecting Tomcat to Eclipse

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese Download
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 1 00:00:01,197 --> 00:00:02,601 Hey, welcome back. 2 2 00:00:02,601 --> 00:00:04,255 In this video, I'm gonna show you 3 3 00:00:04,255 --> 00:00:07,088 how to connect Eclipse and Tomcat. 4 4 00:00:09,126 --> 00:00:10,634 Now, the main benefit is that 5 5 00:00:10,634 --> 00:00:12,850 we can start Tomcat from Eclipse. 6 6 00:00:12,850 --> 00:00:15,670 Also, it'll make it very easy for us to deploy 7 7 00:00:15,670 --> 00:00:19,003 our web applications directly to Tomcat. 8 8 00:00:20,687 --> 00:00:22,937 Alright, so let's go ahead and move into Eclipse. 9 9 00:00:22,937 --> 00:00:25,784 What I'd like to do is move down to the bottom section, 10 10 00:00:25,784 --> 00:00:27,529 there's a tab called servers. 11 11 00:00:27,529 --> 00:00:30,183 I'd like to click on that tab. 12 12 00:00:30,183 --> 00:00:32,298 Now at this point, we don't have any servers 13 13 00:00:32,298 --> 00:00:35,854 associated with our Eclipse environment at the time. 14 14 00:00:35,854 --> 00:00:38,081 So what we need to do is click on this link, 15 15 00:00:38,081 --> 00:00:39,982 and we're gonna add a new server. 16 16 00:00:39,982 --> 00:00:41,523 And we're gonna add a new server that points 17 17 00:00:41,523 --> 00:00:45,106 to our Tomcat that we installed previously. 18 18 00:00:48,274 --> 00:00:50,606 Alright, so here's the define new server. 19 19 00:00:50,606 --> 00:00:51,873 What I need to do is move up 20 20 00:00:51,873 --> 00:00:55,456 to the Apache Tomcat folder, and expand it. 21 21 00:01:10,830 --> 00:01:12,946 Now, what I'd like to do is go ahead and click 22 22 00:01:12,946 --> 00:01:15,863 the next button here on the screen. 23 23 00:01:18,402 --> 00:01:20,697 And then at this point, I need to browse 24 24 00:01:20,697 --> 00:01:24,241 and tell Eclipse where Tomcat is installed. 25 25 00:01:24,241 --> 00:01:26,142 Alright, so wherever you have Tomcat installed, 26 26 00:01:26,142 --> 00:01:28,032 you need to point to that directory. 27 27 00:01:28,032 --> 00:01:30,440 I'm gonna make use of the default directory 28 28 00:01:30,440 --> 00:01:32,230 where Tomcat is installed. 29 29 00:01:32,230 --> 00:01:36,538 It's under program files, Apache software, Tomcat 8. 30 30 00:01:36,538 --> 00:01:39,497 So this is the actual default directory 31 31 00:01:39,497 --> 00:01:41,747 where Tomcat was installed. 32 32 00:01:49,352 --> 00:01:50,646 Alright great, so once I have that selected, 33 33 00:01:50,646 --> 00:01:52,229 I'll click on okay. 34 34 00:01:53,346 --> 00:01:55,281 And so it should give us the full path there 35 35 00:01:55,281 --> 00:01:57,711 for the Tomcat installation directory. 36 36 00:01:57,711 --> 00:01:59,930 So again, I'm just using the default. 37 37 00:01:59,930 --> 00:02:03,798 Once I'm happy with this, I'll go ahead and click on next. 38 38 00:02:03,798 --> 00:02:05,875 This screen here talks about some other apps, 39 39 00:02:05,875 --> 00:02:08,316 don't worry about it, just go ahead and click on finish. 40 40 00:02:08,316 --> 00:02:13,311 And this will associate Tomcat with the Eclipse environment, 41 41 00:02:13,311 --> 00:02:16,844 so if everything is successful, down in the bottom center, 42 42 00:02:16,844 --> 00:02:18,396 you should see a reference for Tomcat. 43 43 00:02:18,396 --> 00:02:21,783 Now at this point, it's stopped, we haven't started it yet. 44 44 00:02:21,783 --> 00:02:24,731 We'll actually start it in some of the following videos 45 45 00:02:24,731 --> 00:02:28,556 when we start creating our web applications. 46 46 00:02:28,556 --> 00:02:30,986 Okay, great, so if your Eclipse screen looks similar 47 47 00:02:30,986 --> 00:02:32,819 to this, that means you're successful 48 48 00:02:32,819 --> 00:02:35,565 in setting up Tomcat within Eclipse. 49 49 00:02:35,565 --> 00:02:36,398 Good job. 4290

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.