Skip to content

Instantly share code, notes, and snippets.

@jtgasper3
Created October 29, 2014 23:50
Show Gist options
  • Save jtgasper3/7af5506e9eefec71ef2b to your computer and use it in GitHub Desktop.
Save jtgasper3/7af5506e9eefec71ef2b to your computer and use it in GitHub Desktop.
Redirect Tomcat's ROOT page to CAS's login page
<% response.sendRedirect("/cas/login"); %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment