...
Install Apache httpd first. It's by far the easiest if version 2.2 or 2.4 is used, because version 2.2 includes these versions include mod_proxy_ajp
in the main distribution. If you're using an older version, you'll need to install mod_jk
and set that up independently.
...