IDEA配置tomcat
一、配置tomcat服务器
点击Edit configurations
点开+号选择Tomcat Server ->Local
name可以自己取,然后选择自己安装的tomcat服务器的路径
我们可以看到最下面有个warning,为了解决这个warning,我们在Deployment->+->artifacts
然后选择war exploded
下面的路径可以自己随便换一个
然后Apply->OK
二、测试
在自己webapp目录下的index.jsp文件中写入代码
如果有报错说Cannot resolve method 'println(java.lang.String)',那么在File->project structure->Modules
然后选择你的tomcat,然后把它勾上,
然后apply->OK
然后运行一下项目
然后就 成功啦!!!!!