MyElipse配置Jetty

1、配置html

一、下载Jetty7。网址:http://www.cr173.com/soft/64026.htmljava

二、在Myeclipse中windows->Preference下,搜索Jetty。web

    3.一、jetty server下选择Enablewindows

    3.二、选择对应目录app

    3.三、去掉“use context deployer”的对勾eclipse

2、报错webapp

一、错误信息。java.lang.ClassNotFoundException: org.eclipse.jetty.plus.webapp.Configurationide

二、修改spa

    2.一、删除解压目录下“jetty-hightide-7.5.0.v20110901\contexts”的项目名+xml文件,从新启动orm

    2.二、若是“use context deployer”是勾选的,那么就改未不勾选

3、修改端口

一、修改解压目录下“jetty-hightide-7.5.0.v20110901\etc”的xml配置

    <Set name="port"><Property name="jetty.port" default="8080"/></Set>