User Tools

Site Tools


general:linux:cas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
general:linux:cas [2021/03/16 09:27] – [Updated instructions for Apereo CAS 6.3 on Debian Buster] sunkangeneral:linux:cas [2021/03/16 14:36] (current) – [Updated instructions for Apereo CAS 6.3 on Debian Buster] sunkan
Line 154: Line 154:
 </code> </code>
  
 +Extract the War to get hold of the files that may need to be modified
 +<code bash>
 +$ ./gradlew explodeWar
 +</code>
 +
 +Then copy and modify files like so:
 +<code bash>
 +cp build/cas-resources/templates/fragments/footer.html src/main/resources/templates/fragments/
 +</code>
 +
 +Added to the server.xml - in addition to previous noted changes
 +<code>
 +<!-- Remote IP Valve - to parse the X-Forwarded-For type headers -->
 +<Valve className="org.apache.catalina.valves.RemoteIpValve" />
 +</code>
general/linux/cas.1615886860.txt.gz · Last modified: 2021/03/16 09:27 by sunkan

Donate Powered by PHP Valid HTML5 Valid CSS Run on Debian Driven by DokuWiki