Follow the steps mentioned below to integrate Apache with Tomcat on an Ubuntu system. The steps assume that Apache and Tomcat are already installed and working fine independently. Install Apache module for tomcat sudo apt-get install libapache2-mod-jk Create a file by the name “worker.properties” in /etc/apache2 directory. Sample worker.properties file below workers.tomcat_home=/opt/servers/tomcat5.5 workers.java_home=/opt/java/jdk1.5 ps=/ worker.list=worker1 […]
Installable software for Linux is mainly packaged as .rpm (for RedHat) & .deb (for Ubuntu & other debian based distributions). There can be cases when you want to install some application on your Ubuntu system & the same application might only be available as .rpm. Recently, I was in a similar situation when I had […]