Archive for the 'Apache' Category

 

Hudson continous integration server notes ..

Nov 20, 2008 in Apache, Config Manage

Fastest way to plug tomcat into apache httpd..

Change apache2.conf, add:

<Location /your_tomcat_app>
  ProxyPass ajp://your_host:8009/your_tomcat_app
  Order allow,deny
  allow from all
</Location>

More notes on Hudson here:

http://suereth.blogspot.com/2008/08/ubuntu-dev-server-hudson.html

Hudson is here:

https://hudson.dev.java.net

Apache Tomcat AJP ..

Jul 07, 2008 in Apache, Server, Web

AJP = Apache JServ Protocol

Interface to the Tomcat application server to be used with a
front end web server for proxy and load balancing.

If the Apache web server is used, the mod_jk module is the
interface to AJP from the web server to the application server.


http://en.wikipedia.org/wiki/Apache_JServ_Protocol