How does IDEA deploy MyEclipse web projects

After hard work, my own IDEA started out as a community version. It was difficult to deploy tomcat. In the end, it was changed to an enterprise version. I suggest you not to use the community version. There are too few functions!
Next, because the Biset template is downloaded from the Internet, it is a MyEclipse project, but are you using IDEA now? Let’s go to the topic

1. Download IDEA, go to the official website to download (not repeat)
2. Download tomcat, go to the official website to download (not important as well, downloading, installation and decompression is equivalent to the installation is complete, not to say more)
3. Then click on the picture Step by step.
(1) Insert picture description here
(2) Select the second item, and then select eclipse, next, select your project, and continue to the next step to completion.

4. Start configuration, click File—> Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Lib file in Project Structure project,
Insert picture description here
Insert picture description here
select wed, and then select your own project, ok

Change the webResource in the figure below, double-click and change it to the webroot path, ok
Insert picture description here
Insert picture description here
Insert picture description here
apply and then ok.
6. Next, configure tomcat
Insert picture description here

Insert picture description here
Name, just name one by yourself, otherwise it is Unnameed
Insert picture description here
here to check it, otherwise the browser
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
application will not appear when running .

Guess you like

Origin blog.csdn.net/A_Tu_daddy/article/details/105766628