Home  >  Article  >  How to configure tomcat in eclipse

How to configure tomcat in eclipse

anonymity
anonymityOriginal
2019-05-05 11:03:37181495browse

How to configure tomcat in eclipse

How to configure tomcat with eclipse:

1. Open Eclipse, click the "Window" menu, and select "Preferences".

How to configure tomcat in eclipse

#2. Click the "Server" option and select "Runtime Environments".

How to configure tomcat in eclipse

#3. "Add" to add Tomcat.

How to configure tomcat in eclipse

#4. "Next", select the Tomcat path you installed.

How to configure tomcat in eclipse

#5. "Finish" is completed.

How to configure tomcat in eclipse

6. Let the Tomcat server be displayed on the console and deploy the web application to Tomcat

Window → Show View → Servers

How to configure tomcat in eclipse

7. Click No servers are available. Click ths link to create a new server. and select the Tomcat version in the pop-up dialog box

How to configure tomcat in eclipse

8. "Next", add our project

How to configure tomcat in eclipse

9. Select the project and click Add, or double-click to add it to the right

" Finish"

How to configure tomcat in eclipse

Return to the "Servers" panel below, right-click the "Tomcat v8.0 Server at localhost" node in the panel, and click on the pop-up shortcut menu Click "Start" to start the specified web server. If you directly start accessing http://localhost:8080/TomcatTest at this time, you will find that a 404 error will be reported. This is because we have not added the home page, so add the content of the home page (index.jsp) below.

The above is the detailed content of How to configure tomcat in eclipse. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What does logo mean?Next article:What does logo mean?