Category: Jetty

Jetty and Eclipse Integration in 3 Steps

Jetty and Eclipse Integration in 3 Steps

June 14, 2012 | By | Add a Comment

This tutorial will walk you through out how to integrate Jetty and Eclipse and how to run a web application on Jetty server inside Eclipse. Steps: Install Jetty Eclipse plugin Create web application Run web application 1 – Installing Jetty Eclipse Plugin When you add a server to the Servers view, you will not see [...]

Continue Reading

Running a Web Application on Jetty Webserver from Eclipse IDE

Running a Web Application on Jetty Webserver from Eclipse IDE

July 29, 2011 | By | 2 Comments

This tutorial will walk you through how to run a web application on Jetty webserver directly from Eclipse. Requirements: Install Jetty webserver Install plugin Run-Jetty-Run on Eclipse As I mentioned on the tutorials listed above, I am trying to use Jetty instead of Tomcat. In this post, I will show how it is easy to [...]

Continue Reading

Jetty and Eclipse Integration

Jetty and Eclipse Integration

July 26, 2011 | By | 3 Comments

This tutorial will walk you through out how to install Jetty on Eclipse, so you can run web applications on Jetty directly from Eclipse IDE. As I mentioned on a previous post (Installing and running Jetty), I am trying to use Jetty instead of Tomcat. What I like about Tomcat is that Eclipse has native [...]

Continue Reading

Installing and Running Jetty

Installing and Running Jetty

July 6, 2011 | By | 9 Comments

This tutorial will walk you through how to download, install and run Jetty – 100 % Java HTTP and Servlet Container. If you do not know Jetty, Following is what Wikipedia says about it: Jetty is a pure Java-based HTTP server and servlet container (Application server) developed as a free and open source project as part of the Eclipse Foundation. It [...]

Continue Reading