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