一、1、新建java-->javaEE-->Web Application()
2、在web-->WEB-INF目录下新建classes和lib文件夹,classes存放编译后的文件,lib存放相关jar包,File-->Project Structure-->Modules-->paths
Dependencies 中设置Lib路径
JARs or directories,lib and one more file打勾
二、1配置tomcat容器,Run-->Edit Configurations
2、+-->Tomcat Server-->local
Server -->Appliction server选择路径,下面hppt port 和ajp port 保持默认
Deployment-->+号-->firstdemo:war exploded
设置完成,启动小绿色三角形访问主页
标签:tomacat,javaweb,lib,--,idea,day1,Server From: https://www.cnblogs.com/xiaoyao2022/p/16923898.html