Tag Archives: apache
Why using Apache and mod_jk to redirect ports to Jboss/Tomcat ?
I’ve seen a lot of machines running both Apache with mod_jk just to redirect ports to Jboss/Tomcat or another Java application server. As most of the Java AS have a built in HTTP server and can “talk” with that protocol, … Continue reading
Filed under Free software applications, System Administration
Load Balancing Jboss with Apache and mod_jk
Apache’s mod_jk has nice load balancing features. They work quite well for me with Jboss. The basic configuration is to install Jboss on several machines and have an Apache to load balance them. But while the load balancing is good, … Continue reading
Filed under Free software applications