Hello all, My sample application on tomcat works fine with Java Client. (http://jasig.github.io/cas/4.1.x/integration/CAS-Clients.html). Tomcat is currently handling SSL with port 8443.
I am working to add Apache Web Server in front of Tomcat and use mod_proxy to communicate through AJP. For my AJP configuration on tomcat will redirect to 8443 port like below: <Connector port="8009" enableLookups="false" redirectPort="8443" protocol="AJP/1.3" /> However, the following link described I need to add mod_auth_cas which is apache client though it is based jk instead of mod_proxy. https://www.howtoforge.com/how-to-set-up-apache-tomcat-mod_jk-sso-cas-mod_auth_cas I am not sure I need the mod_auth_cas since my java client is running to communicate with cas. Thanks, Doe Song ARMADA IT 641 Alpha Drive, Pittsburgh, PA 15238 412 447 6038 phone [email protected] | www.armada.net<http://www.armada.net> [cid:8BE64CFC-0524-491B-942A-5CFC44F50953] The information contained in this e-mail and any attachments is confidential and intended only for the recipient. If you are not the intended recipient, the information contained in this message may not be used, copied, or forwarded to third parties or otherwise distributed for any other purpose. Please notify the sender if you received this e-mail in error and delete the e-mail and its attachments promptly. Nothing in this e-mail may be used or deemed to form the basis of a contractual or any other legally binding obligation unless separately confirmed in writing by an authorized representative of ARMADA. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
