程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> JAVA編程 >> JAVA綜合教程 >> cas server deployment,casdeployment

cas server deployment,casdeployment

編輯:JAVA綜合教程

cas server deployment,casdeployment


1. generate keystore

   command : keytool -genkey -alias testtomcat -keyalg RSA -keystore "C:\Users\rocky\testsso\testtomcat.keystore"

   password : 123456

  

2. setting the tomcat server.xml

  

  

 

 3. download and extract cas-server-4.0.0-release.zip

     ~you can find cas-server-webapp-4.0.0.war in the modules package.

     ~copy it to tomcat webapps package and rename to cas.war.

     ~execute the  startup.bat command as the administrator user.

   ~https://localhost:8443/cas

    ~login with user( username : casuser; password : Mellon)

   

 

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved