Sarge installation. Apache is 1.3.x (packaged). JBoss is 3.2.7 with tomcat.
Aim: ajp13 working
For each (or at least several) virtual host under apache we have an equivalent webapp running under jboss. We'd like to use apache as the front end server.
So - here's an example app URL:
http://hostname:8080/app/
This should be accessable under
http://hostname/app/
mod_rewrite will be used to handle
http://hostname/ -> http://hostname/app/
since some things are apache only (awstats etc).
First - get libapache-mod-jk installed
apt-get install libapache-mod-jk