赞
踩
一、eclipse中安装jetty插件:
https://blog.csdn.net/qq_23167527/article/details/67636944
2.Help-Using the Eclipse Marketplace,搜索Jetty,选择Run-Jetty-Run(蓝色的),install
启动蓝色的Run Jetty报错:launch configuration xxx (1) references non-existing project xxx.
解决方式参考:https://techie-jackie-blogs.blogspot.com/2016/05/eclipse-error-launch-configuration.html
如果安装黄色的jetty,在项目上Run As上Run with Jetty(黄色图标)报下列错:
- An internal error occurred during: "Launching myProject".
- Unknown scope: test,provided
二、运行项目
0,导入maven项目,import-Existing Maven Projects,选择本地项目,导入后,进行编译(父项目右键,Run As-Maven clean-Maven install)
1.点击项目名称,右键Run As-Run Jetty(蓝色的图标),启动jetty服务,看到8080端口的日志,服务才正常启动
2.在浏览器输入localhost:8080,如果是404找不到,需要更改项目路径,右键Run As-Run Configurations,更改Contest为根目录
三、卸载jetty,参考:https://blog.csdn.net/gsls200808/article/details/45933483
help-->install new software,在弹出的窗口中点击 already installed,在弹出的窗口中,选中你要删除的插件,这里选中jetty(选中多个可以用ctrl、shift),然后点击uninstall,上图这里因为已经安装黄色图标jetty 4.0.0和蓝色jetty图标1.3.5,卸载黄色图标。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。