How to configure a JSP server in a Linux environment

Source: Internet
Author: User
Keywords Installation JSP server
Tags apache asp automatic configure directory environment file how to

The person who touches the JSP server basically starts from the installation of JSP, because the JSP is not like the ASP, there is almost no installation process, and not like PHP, there is an automatic installation of the package, JSP installation is more cumbersome, manual steps are very many, below we will explain step-by-step, How to configure a JSP server in a Linux environment.

Installation of JDK

CD to your JDK installation file directory

CP./j2sdk-1_4_0-linux.bin/usr/local

Cd/usr/local

chmod a+x J2sdk-1_4_0-linux.bin

./j2sdk-1_4_0-linux.bin

Then follow the Setup Wizard and the installed JDK directory is/usr/local/jdk1.4

Second, the installation of http://www.aliyun.com/zixun/aggregation/14417.html ">apache

If you have Apache installed when you install the operating system, uninstall it. With the RPM Manager uninstall Apache and its associated suite, only the source-level compiled installation of the operating system is the most thorough system installation, you can really control it.

CD to your downloaded Apache source file directory

Tar xvzf apache*

./configure--prefix=/usr/local/apache--enable-module=so

Make;make Install

Iii. Installation of resin

CD to your downloaded Apache source file directory

Tar xvzf resin* usr

cd/usr/local/resin*

./configure--with-apache=/usr/local/apache

Make;make Install

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.