On Thu, 20 Feb 2014 10:32:45 -0600 Richard Frovarp <[email protected]> wrote:
> The plan is to run it > on the same Tomcat as our cas, so their Tomcat webapp path would need to > be /cas-bar. However, with this new one they are going to have their own > domain being fronted by HTTPD. So I would love for this to work: > > https://apps.bar.edu/cas -> ajp://localhost/cas-bar You can possibly achieve it through a Rewrite (or Redirect, I can't remember) in front of the AJP request? > This way they can have a nice simple /cas in the URL, but it can be > deployed to the same Tomcat instance as our CAS. The current problem is > the login form has action="/cas-bar/login;jsessionid=...". -- Alberto Cabello Sánchez <[email protected]> -- 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
