I want to setup apache tomcat on my linux distribution .
I Have downloaded apache tomcat from below mentioned link.
Administration Web Application:
Apache Tomcat - Apache Tomcat 5 Downloads
The setup was in following format.
apache-tomcat-5.5.29-admin.tar.gz
Below are the command i have used to install the software.
I have copied the file to / directory
Quote:
gunzip apache-tomcat-5.5.29-admin.tar.gz
tar -xvf apache-tomcat-5.5.29-admin.tar
Now there is a folder called apache-tomcat-5.5.29 in my root directory.
I m currently stuck at this step .What should be my next step. i had no trouble installing it on my windows box but since i m new to linux request you to help me install it.
My linux distribution detail:
Quote:
LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: EnterpriseEnterpriseServer
Description: Enterprise Linux Enterprise Linux Server release 5.2 (Carthage)
Release: 5.2
Codename: Carthage
Java Version:
Quote:
# java -version
java version "1.4.2"
gij (GNU libgcj) version 4.1.2 20071124 (Red Hat 4.1.2-42)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
---------- Post updated at 01:24 AM ---------- Previous update was at 01:19 AM ----------
I m not even sure whether Administration Web Application: is a correct setup for installing Tomcat