Changes between Version 4 and Version 5 of UTGBMedaka/Setup


Ignore:
Timestamp:
08/01/07 12:19:56 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UTGBMedaka/Setup

    v4 v5  
    77= Setup the web server (For administrators) =
    88 * Install [http://tomcat.apache.org/ Tomcat]
    9  * Build JK2 (tomcat-apache connector) http://tomcat.apache.org/connectors-doc/
    10  
     9   *
     10 * Build JK2 (tomcat-apache connector) from source: http://tomcat.apache.org/connectors-doc/
     11   * Install httpd-devel with yum
     12{{{
     13in jk2-src
     14> cd native;
     15> ./configure --with-apxs=/usr/sbin/apxs
     16> make
     17> sudo make install
     18}}}
    1119 
    1220