Want to configure HA Proxy with my existing structure. Currently I have Apache->Tomcat server. This I want to change to Apache->HA Proxy->Tomcat Server. HA I have configured for Http request. But my Apache works with AJP13.
Do I need to change
1) Apache to redirect with Http request? or
2) HA to accept AJP request(I don't know this can be achieve or not)?
I think 1st option is possible. Can any one suggest me how to achieve 1st Option? Also which one is the best way to do.