Changes between Version 4 and Version 5 of UTGBMedaka/Setup
- Timestamp:
- 08/01/07 12:19:56 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBMedaka/Setup
v4 v5 7 7 = Setup the web server (For administrators) = 8 8 * 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 {{{ 13 in jk2-src 14 > cd native; 15 > ./configure --with-apxs=/usr/sbin/apxs 16 > make 17 > sudo make install 18 }}} 11 19 12 20