It's not the jsession id. It's action="/cas-BAR/..." instead of action="/cas/...". The path fragment is in the rendered HTML. Using mod_rewrite won't help me (unless I transparently make both work). There is an HTTPD 2.4 module that can rewrite HTML being passed through, but that isn't an option (not running 2.4).
On 02/21/2014 10:28 AM, Kenneth Erard wrote: > "The current problem is the login form has > action="/cas-bar/login;jsessionid=..."." > > If your proxy is getting hung up on the jsessionid in the url in its > path, and you're running Tomcat 7 or Tomcat 8, you can modify web.xml > in the cas-bar/WEB-INF directory by adding a tracking-mode tag: > > <session-config> > <!-- Default to 5 minute session timeouts --> > <session-timeout>5</session-timeout> > <tracking-mode>COOKIE</tracking-mode> > </session-config> > > Setting to COOKIE removes the jsessionid from the URL. > > Ken > > > On Fri, Feb 21, 2014 at 10:54 AM, Alberto Cabello Sánchez > <[email protected] <mailto:[email protected]>> wrote: > > On Thu, 20 Feb 2014 10:32:45 -0600 > Richard Frovarp <[email protected] > <mailto:[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] <mailto:[email protected]>> > > -- > You are currently subscribed to [email protected] > <mailto:[email protected]> as: [email protected] > <mailto:[email protected]> > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > > -- > 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 -- 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
