Apache Tomcat (or simply Tomcat) is an open source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the Java Server Pages (JSP) specifications from Sun Micro systems, and provides a "pure Java" HTTP web server environment for Java code to run in. Apache Tomcat includes tools for configuration and management, but can also be configured by editing XML configuration files.
For installing Apache Tomcat6 on centos follow the steps below
*Note If you get a dependency error try this:
rpm -Uvh'http://plone.lucidsolutions.co.nz/linux/centos/images/jpackage-utils-compat-el5-0.0.1-1.noarch.rpm'
For installing Apache Tomcat6 on centos follow the steps below
- yum update
- cd /etc/yum.repos.d
- wget 'http://www.jpackage.org/jpackage50.repo'
- yum install tomcat6 tomcat6-webapps tomcat6-admin-webapps
- service tomcat6 start
*Note If you get a dependency error try this:
rpm -Uvh'http://plone.lucidsolutions.co.nz/linux/centos/images/jpackage-utils-compat-el5-0.0.1-1.noarch.rpm'
No comments:
Post a Comment
Do Write about the Blog and Welcome to the world where open source is every thing :-)