< Home - < Back

jetty-eclipse


Information about the package, jetty-eclipse, which is shipped with common Linux distributions. The jetty-eclipse package is designed for, The Jetty Webserver and Servlet Container for Eclipse.


Package Name:

jetty-eclipse

Summary:

The Jetty Webserver and Servlet Container for Eclipse

Description:

Jetty is a 100% Java HTTP Server and Servlet Container. This means that you do not need to configure and run a separate web server (like Apache) in order to use java, servlets and JSPs to generate dynamic content. Jetty is a fully featured web server for static and dynamic content. Unlike separate server/container solutions, this means that your web server and web application run in the same process, without interconnection overheads and complications. Furthermore, as a pure java component, Jetty can be simply included in your application for demonstration, distribution or deployment. Jetty is available on all Java supported platforms. Jetty-eclipse is a subset of fully jetty needed to run Eclipse.

Architecture:

noarch

Version:

6.1.24

Release:

2.el6

Size:

712 k

Repository:

base

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for jetty-eclipse


Control the jetty-eclipse package with the following handy commands outlined below.


Command

Description of Command

yum install jetty-eclipse

This command will install jetty-eclipse on the server.

yum remove jetty-eclipse

This command will un-install jetty-eclipse on the server. When you run this command, you will be asked if you are sure that you want to remove jetty-eclipse, so you have to manually confirm that you want to do this.

yum -y remove jetty-eclipse

This command will un-install jetty-eclipse on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove jetty-eclipse when using the -y flag.

yum update jetty-eclipse

This command will update jetty-eclipse to the latest version. When you run this command, you will be asked if you are sure that you want to remove jetty-eclipse, so you have to manually confirm that you want to do this.

yum -y update jetty-eclipse

This command will update jetty-eclipse to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove jetty-eclipse when using the -y flag.

yum info jetty-eclipse

This command will show you core information about the jetty-eclipse package.

yum deplist jetty-eclipse

This command will show you the dependencies for jetty-eclipse. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update jetty-eclipse

This command will check if there is an update waiting on jetty-eclipse. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.