Java Tutorial - Java Script :
Step 1: Finding and Downloading the Binaries
You will be installing the mod_jk connector for Apache. The required file is normally called mod_jk.so for Linux and mod_jk.dll for Windows. These files can be found at: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/ You should read the README file found in the directory to make sure that you download the correct file for your Apache configuration. Most Linux users with Apache installed with Secure Sockets Layer (SSL) support or the Extended Application Programming Interface (EAPI) should download the file: mod_jk-3.3 ap13-eapi.s or if EAPI is not installed download: mod_jk-3.3-ap13-noeapi.so Once the file is downloaded, Linux users should rename the file as mod_jk.so. Windows users should download the file: mod_jk.dll
