从日食运行码头 [英] Running jetty from eclipse

查看:100
本文介绍了从日食运行码头的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请让我知道如何将jetty服务器配置为从eclipse IDE运行?
另外,建议我一些好的插件一样。我下载了jetty启动器,但是不能用它创建新的配置。请帮助。

解决方案

我发现从eclipse(和调试等)运行Jetty的最好方法是: href =http://neelzone.wordpress.com/2007/06/18/jetty-and-eclipse-integration/ =nofollow noreferrer> http://neelzone.wordpress.com/2007/06/18 / jetty-and-eclipse-integration /



基本上,您创建一个java项目,将jetty的代码放在其中,在jetty / contexts中创建一个上下文文件指向您的Web应用程序,并以Java应用程序运行。



无需插件。


Please let me know how can I configure jetty server to run from eclipse IDE? Also, suggest me some good plugins for the same. I downloaded jetty launcher but not able create new configuration with it. Please help.

解决方案

The best way I found to run Jetty from eclipse (and debug, etc.) was this : http://neelzone.wordpress.com/2007/06/18/jetty-and-eclipse-integration/

Basically, you create a java project, put jetty's code in it, create a context file in jetty/contexts that points to your web application, and Run as Java application.

No need for a plugin.

这篇关于从日食运行码头的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆