Development of E-Shop 3 (Linux installation tomact)

Source: Internet
Author: User

1: Confirm that the JDK is installed

2: Upload the Linux tomcat compression package to/usr/java

3. Unzip

TAR-ZXVF apache-tomcat-7.0.30.tar.gz

4: Configure Environment variables

4.1 Vim/etc/profile

4.2 Add on last side

Export catalina_home=/usr/java/apache-tomcat-7.0.30

5: Make environment variables work immediately

Source/etc/profile

6: Go to Tomcat's installation directory to find server.xml modify some configuration

6.1 Vim/usr/java/apache-tomcat-7.0.30/conf/server.xml

6.2 Connector port= "8080" node found

6.3 Add uriencoding= "UTF-8" under this node

7: Launch the Tomcat test

Go to the Bin folder in the Tomcat installation directory

Execution./startup.sh

  

Development of E-Shop 3 (Linux installation tomact)

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.