Install tomcat5.5.

Source: Internet
Author: User
I installed Tomcat on Ubuntu today. The installation process is not as simple as windows, but it is not as difficult as I think. The difficulty is to decompress and set environment variables. Next we will record the process: (install JDK before installing Tomcat, instead of JDK. At the bottom of this article, we will see where to install JDK .)

1. Download tomcat, download address for Apache site, URL for http://tomcat.apache.org/download-55.cgi.download the tar.gz. File under coreafter downloading, name: apache-tomcat-5.5.20.tar.gz
2. after the download is complete, decompress the downloaded file. I am not familiar with Linux, so I don't know which directory to put it in. I want to put it under/usr/local/servers.
Run
$ Gunzip apache-tomcat-5.5.20.tar.gz
The authorization command will get to the apache-tomcat-5.5.20.tar file. Then execute:
$ Tar-xvf apache-tomcat-5.5.20.tar
In this way, the compressed file is decompressed. The decompressed directory is Apache-Tomcat-5.5.20.
Then we start to set the environment variables:
$ VI/etc/profile
On the VI editing interface that is opened, add (if the file contains content, it is at the end of the file)
Export catalina_home =/usr/local/servers/Apache-Tomcat-5.5.20
Export Path = $ catalina_home/bin: $ path
The first sentence above is to set the catalina_home environment variable. The second sentence is to add the Tomcat STARTUP script and the close script to the path, so that Tomcat does not need to be started every time in the Tomcat directory.
After adding, Press ESC and enter
: WQ!
Save and exit.
Under the command line, enter
$./Startup. Sh
This will appear on the screen:
Using catalina_base:/usr/local/servers/Apache-Tomcat-5.5.20
Using catalina_home:/usr/local/servers/Apache-Tomcat-5.5.20
Using catalina_tmpdir:/usr/local/servers/Apache-Tomcat-5.5.20/temp
Using jre_home:/home/wangd/jdk1.5.0 _ 09/
In this case, the startup is successful. Open firfox and enter it in the address bar.
Http: // localhost: 8080/
Press enter to view the Tomcat homepage.

Note:
Before installation, I have installed JDK and set environment variables. If JDK is not installed, install JDK first. the JDK installation method will not be written. can go to this page to see, speak more than I want to say also detailed: http://zhidao.baidu.com/question/16233157.html
 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.