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
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.