http://eclipse-jetty.sourceforge.net/

Introduction

Eclipse Jetty Integration provides a launch configuration for launching Jetty server out of the Eclipse IDE (4.x, 3.4 and up).

Currently supported versions of Jetty are 6.x, 7.x, 8.x and 9.x. You can use either the bundled Jetty 8 or any other manually installed one.

This plugin is released under the Apache 2.0 license (http://www.apache.org/licenses/LICENSE-2.0.txt).

Installation

You can install the Eclipse Jetty Integration via the Eclipse Marketplace or by using the following update site from within Eclipse:

http://eclipse-jetty.github.io/update/

For more information on installation see Installation.

Running

Running a Jetty server instance is configured via a special Jetty launch configuration:

For more information on running see Getting Started.

About

The Eclipse Jetty Plugin is hosted on GitHub and is maintained by Christian Köberl and Manfred Hantschel. It's primary goal, is to provide a stable and consistent launch environment for large projects and development teams (reducing configuration needs per developer to a minimum).

It is based on the original Jetty Launcher by Geoffrey Longman (base for the well known Run Jetty Run plugin, too), although not a lot of the code base has survived.

最新文章

  1. 解决yum update失败
  2. 提取c#代码文件中的方法块
  3. EF架构~为导航属性赋值时ToList()的替换方案
  4. 自定义WPF ListBox的选中项样式
  5. Jquery 将表单序列化为Json对象
  6. bzoj 1926: [Sdoi2010]粟粟的书架
  7. UTF8后MD5
  8. motan源码分析十一:部分特性
  9. 删除Lb重复的数,用La输出(顺序表)
  10. @pathvariable 注解
  11. Educational Codeforces Round 19
  12. java中的常用特殊字符
  13. ORACLE not available如何解决
  14. BZOJ4946[Noi2017]蔬菜——线段树+堆+模拟费用流
  15. Hadoop.之.入门部署
  16. C# UDP广播消息
  17. 部署hadoop的开发环境
  18. 为什么要重写toString()方法和hashcode()方法
  19. 编译安装php-5.3.27报错:make: *** [sapi/fpm/php-fpm] 错误 1
  20. Android工程:引用另一个Android工程的方法详解

热门文章

  1. XMPP资源绑定(Resource Binding)与单台设备登录控制
  2. Android Studio导入第三方库的三种方法
  3. PostgreSQL配置文件--其他
  4. JS中for和forEach的区别
  5. jquery中remove()与detach()的区别
  6. Linux驱动虚拟地址和物理地址的映射
  7. 784 - Maze Exploration
  8. oracle 解锁表的一个小问题
  9. Android adb shell学习心得(四)
  10. Android AES加密算法及其实现