Dear all, I want to deploy CAS for my web app on Tomcat. The my web app be accessed from internet by http://mydomain1/mywebapp *and * http://mydomain2/mywebapp. There is no problem about configuration of Apache (support virtual host) and Tomcat (use jk_mod)
About CAS deployment, as guideline at https://wiki.jasig.org/display/CASC/Confluence+as+CAS+Client, section "Configuring web.xml", I found the domain must be fixed .... <param-name>org.soulwing.confluence.cas.filter.logoutUrl</param-name> <param-value>https://YOUR_CAS_SERVER/logout <https://your_cas_server/logout></param-value> .... Some other settings are fixed also. How I can configure dynamic domain such as below? --- <param-value>https://{ <https://your_cas_server/logout>YOUR_CAS_SERVER <https://your_cas_server/logout>}/logout <https://your_cas_server/logout></ param-value> --- Thach Le -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev