Friday, September 4, 2009

JK Module with Apache 2.2.xx

JK Module with Apache 2.2.xx

1. Download mod_jk from http://jakarta.apache.org/site/downloads/downloads_tomcat-connectors.cgi
2. Extract the downloaded source file in temp folder ( tar -zxvf jakarta-tomcat-connectors-xxx-src.tar.gz).
3. mv jakarta-tomcat-connectors-xxx-src connectors
4. cd connectors/jk/native
5. ./configure --with-apxs=/usr/local/apache2.2.3/bin/apxs --with-java_home=/usr/lib/java/
6. make && make install
7./libtool --finish /usr/local/apache2.2.3/modules

Apache HTTP sever Installation in Linux

Apache sever Installation in Linux
1. Download the Latest httpd server httpd-2.2.xx.tar.gz from http://apache.org.
2. mv httpd-2.2.xx.tar.gz /home/softwares
3. cd /home/softwares/
4. tar –zxvf httpd-2.2.xx.tar.gz
5. cd /home/softwares/httpd-2.2.xx
6. ./configure -prefix=/usr/local/apache2.2.3 --enable-modules=so --enable-cgi --enable-vhost-alias --with-mpm=prefork --enable-info --enable-so --enable-rewrite --enable-mods-shared=all --enable-proxy --enable-deflate --enable-mime-magic --enable-proxy-ajp --enable-expires --enable-ssl
( For more details http://httpd.apache.org/docs/2.2/programs/configure.html )
7. make && make install

Tomcat Versions

Tomcat 3.3.x
Spec versions: Servlet 2.2, JSP 1.1
Stable: Yes
Enhancements: Highly unlikely
Bug Fixes: Highly unlikely
Security Fixes: Highly unlikely
Releases: Highly unlikely
Release Manager: Bill Barker (billbarker)
Process: CTR
Listed on download pages: No


Tomcat 4.1.x
Spec versions: Servlet 2.3, JSP 1.2
Stable: Yes
Enhancements: Highly unlikely
Bug Fixes: Highly unlikely
Security Fixes: Highly unlikely
Releases: Highly unlikely
Release Manager: Mark Thomas (markt)
Process: CTR
Listed on download pages: Yes


Tomcat 5.5.x
Spec versions: Servlet 2.4, JSP 2.0
Stable: Yes
Enhancements: Unlikely
Bug Fixes: Yes
Security Fixes: Yes
Releases: Yes
Release Manager: Filip Hanik (fhanik)
Process: RTC
Listed on download pages: Yes


Tomcat 6.0.x
Spec versions: Servlet 2.5, JSP 2.1
Stable: Yes
Enhancements: Yes
Bug Fixes: Yes
Security Fixes: Yes
Releases: Yes
Release Manager: Remy Maucherat (remm)
Process: RTC
Listed on download pages: Yes


Tomcat 7.0.x
Spec versions: Servlet 3.0, JSP 2.1 (there is no JSP 2.2)
Stable: No
Enhancements: Yes
Bug Fixes: Yes
Security Fixes: Yes
Releases: No
Release Manager: TBD
Process: RTC
Listed on download pages: No