Is there a way to use ajp with the cas-management-overlay?
I am using ajp with cas-overlay 5.2.4, but it uses the tomcat appserver - and it doesn't look like that is available yet for the cas-management-overlay.
The settings for my cas-overlay are as follows:
cas.server.ajp.secure=true
cas.server.ajp.enabled=true
cas.server.ajp.proxyPort=443
cas.server.ajp.protocol=AJP/1.3
cas.server.ajp.asyncTimeout=50000
cas.server.ajp.scheme=https
cas.server.ajp.maxPostSize=20971520
cas.server.ajp.port=8009
I have tried to use similar properties for the manager, but it doesn't work. I'm not entirely sure how the executable profile works, so I don't know if what I'm trying is even possible.
The server I'm setting up needs to use httpd to serve pages, so ajp is not an option at this point. I could attempt to use the built war in my own servlet container to accomplish this, but if there is an easier way that is just not documented yet I want to know.
Thanks in advance, I'm pretty new to this so any advice is appreciated.