Apache tomcat Configuration in eclipse
Apache Tomcat Configuration in eclipse
Step 2: Go to Window and select Show view and click on Server
Step 3: Click link to add Server
Step 4: Select Server
Step 5: Select path where Extract your tomcat
step 6: Now you can See server
Step 2: Give proper name
Step 3: Create html file
Step 4: Give file name
Step 5: index.html
Step 6: Right click and select run as and Click Run on server
Step 7: Click on finish
Step 8: Now You can see result
Note: Here we created simple static html page and run web application on web server.
Just observe web url
http://localhost:8980/JavaforLearn.com/index.html
–> We can access static web application through file name.
–> In case of dynamic web application we access it through configure web URL.