想要在eclipse上使用Tomcat服务器,首先要去把eclipse和tomcat联系起来。
01.首先在Eclipse中window—>prefences—>server。(如果没有sever选项,就在help中install new 中添加。这里请百度一下啊)
02.在server中选择runtime–>add,选择apatch中的tomcat。(如果tomcat版本过高,而eclipse中没有相关信息的话,help–>check update,自动下载更新。有点慢),选择next,添加相关信息。finsh完成tomcat与eclipse的连接。
03.使用eclipse中的File—>new ---->others---->web---->Dynatis web project 创建一个web项目。
04.注意在target time 中选择tomcat,最后一步选中web.xml。创建完成一个web项目。
来源:CSDN
作者:qq_38757863
链接:https://blog.csdn.net/qq_38757863/article/details/104149761