Hi I am new to AJP configuration. I have Apache configured with port 80 in one server and Tomcat with AJP 1.3 in another linux server where we deployed our war files. How to configure Apache to listen to Tomcat AJP in another linux server. Apache redirection needed : /abc/def - So that when I hit URL http://server1/abc/def - it should load the page based on war file deployed in Server 2 Tomcat webapps
Server 1: Apache is running with Port 80 Server 2: Tomcat is running with Port 7000 and AJP in 7009