< Home - < Back

tomcat6


Information about the package, tomcat6, which is shipped with common Linux distributions. The tomcat6 package is designed for, Apache Servlet/JSP Engine, RI for Servlet 2.5/JSP 2.1 API.


Package Name:

tomcat6

Summary:

Apache Servlet/JSP Engine, RI for Servlet 2.5/JSP 2.1 API

Description:

Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. Tomcat is developed in an open and participatory environment and released under the Apache Software License version 2.0. Tomcat is intended to be a collaboration of the best-of-breed developers from around the world.

Architecture:

noarch

Version:

6.0.24

Release:

111.el6_9

Size:

96 k

Repository:

updates

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for tomcat6


Control the tomcat6 package with the following handy commands outlined below.


Command

Description of Command

yum install tomcat6

This command will install tomcat6 on the server.

yum remove tomcat6

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

yum -y remove tomcat6

This command will un-install tomcat6 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 tomcat6 when using the -y flag.

yum update tomcat6

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

yum -y update tomcat6

This command will update tomcat6 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 tomcat6 when using the -y flag.

yum info tomcat6

This command will show you core information about the tomcat6 package.

yum deplist tomcat6

This command will show you the dependencies for tomcat6. 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 tomcat6

This command will check if there is an update waiting on tomcat6. 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.