How to install Tomcat on Fedora | CentOS | RedHat As in previous post we discussed on Tomcat installation, Now we are going to integrate Tomcat with Apache. # Installing and configuring mod_jk To make connection between Tomcat and Apache, you will need to download and install mod_jk connector. I chose to download the current [...]
Tomcat with Apache Integration ?
Dec-21st-2008
By piyushmap in Tomcat
Howto Install Tomcat on Linux ?
Dec-19th-2008
By piyushmap in Tomcat
# Download and Install JAVA Download j2sdk-<version> from Sun Download center http://developers.sun.com/downloads/ # chmod +x j2sdk-1_4_2_09-linux-i586.bin # ./j2sdk-1_4_2_09-linux-i586.bin Now set java home path # vi .bash_profile JAVA_HOME=/usr/local/j2sdk Now Check if Java is installed on the server using command java -version [root@map ~]# java -version java version “1.6.0_07? Java(TM) SE Runtime Environment (build 1.6.0_07-b06) Java HotSpot(TM) [...]
