mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-03 11:59:08 +00:00
Update CAS server information to latest version
This commit is contained in:
parent
9ca9b4da8e
commit
0ead104b86
@ -10,11 +10,11 @@ client - this contains the actual sample web application which uses the cas serv
|
||||
Running the CAS Server
|
||||
-----------------------
|
||||
|
||||
You first need to download the CAS server 3.2.1 distribution from
|
||||
You first need to download the CAS server 3.3.1 distribution from
|
||||
|
||||
http://www.ja-sig.org/products/cas/downloads/index.html
|
||||
|
||||
You only need the modules/cas-server-webapp-3.2.1.war web application file from the distribution. Copy this to the
|
||||
You only need the modules/cas-server-webapp-3.3.1.war web application file from the distribution. Copy this to the
|
||||
"server" directory inside the one that contains this readme file (i.e. copy it to samples/cas/server).
|
||||
|
||||
You can then run the CAS server (from the same) by executing the maven command
|
||||
|
@ -17,7 +17,7 @@
|
||||
<version>${jetty.version}</version>
|
||||
<configuration>
|
||||
<contextPath>/cas</contextPath>
|
||||
<webApp>${basedir}/cas-server-webapp-3.2.1.war</webApp>
|
||||
<webApp>${basedir}/cas-server-webapp-3.3.1.war</webApp>
|
||||
<connectors>
|
||||
<connector implementation="org.mortbay.jetty.security.SslSocketConnector">
|
||||
<port>9443</port>
|
||||
|
Loading…
x
Reference in New Issue
Block a user