One-stop installation of JdkApacheTomcatRubyRails In the Debian system

Source: Internet
Author: User
Debian system is installed with JdkApacheTomcatRubyRails-Linux Release Technology-Debian information. The following is a detailed description. We installed a computer in our house on the DEBIAN system and started to learn about DEBIAN.

The installation of the system is very simple. After the graphical interface is installed, the network configuration is OK. It is good for new users like me. I have adjusted the font and it is much better.

I don't know if there is any software like PPLIVE In DEBIAN to watch network TV.

Install the software you need first.
JDK
Download JDK1.6.0 _ 02 586 linux bin from the official website
Decompress the package and install the package. (what command? I forgot it. I forgot it when I did it yesterday. I went home to review it at night)
Move the folder to MV/usr/bin/j2se/jdk1.6.0 _ 02 (j2se/jdk1.6.0 _ 02 user-created)

Environment Variable
Edit vi ~. /Add bashrc
PATH = $ PATH:/usr/lib/j2se/jdk1.6.0 _ 02/bin:/usr/lib/j2se/jdk1.6.0 _ 02/jre/bin
JAVA_HOME =/usr/lib/j2se/jdk1.6.0 _ 02
JRE_HOME =/usr/lib/j2se/jdk1.6.0 _ 02
CLASSPATH =.:/usr/lib/j2se/jdk1.6.0 _ 02/lib/tools. jar:/usr/lib/j2se/jdk1.6.0 _ 02/lib/dt. jar
Export PATH
Export JRE_HOME
Export JAVA_HOME
Export CLASSPATH
; Wq save and exit
Write HelloWorld... (to be continued, the boss is coming. Go home and write)

Install Tomcat

Download TOMCAT 6 from the home page
Apache-tomcat-6.0.14.tar.gz

Extract
Tar zxvf apache-tomcat-5.5.17.tar.gz

Renamed tomcat6
I moved the folder to/usr/lib/tomcat6.

Tomcat6/bin/startup. sh appears kitten .. OK (to be configured)

Install apache
Apt-get install apache
You have installed apache2.. OK (to be configured)
Related Article

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.