CAS管理Webapp无法启动

时间:2019-06-21 08:27:21

标签: json properties cas

Tomcat不想启动案例管理6.0.1。 我不明白我放了json文件。 我不在https。

我需要检查什么?

在cas-management.properties中

cas.server.name=http://192.168.0.112:8443
cas.server.prefix=${cas.server.name}/cas

mgmt.serverName=http://192.168.0.112:8443

mgmt.serverName=http://192.168.0.112

server.context-path=/cas-management
server.port=8443

mgmt.adminRoles[0]=ROLE_ADMIN
logging.config=file:/etc/cas/config/log4j2-management.xml

cas.serviceRegistry.json.location=file:/etc/cas/services

cas.authn.attributeRepository.stub.attributes.cn=cn
cas.authn.attributeRepository.stub.attributes.displayName=displayName
cas.authn.attributeRepository.stub.attributes.givenName=givenName
cas.authn.attributeRepository.stub.attributes.mail=mail
cas.authn.attributeRepository.stub.attributes.sn=sn
cas.authn.attributeRepository.stub.attributes.uid=uid

在文件/etc/cas/services/http_cas_management-1560930209.json

GNU nano 2.7.4

Fichier : /etc/cas/services/http_cas_management-1560930209.json
        {
      "@class" :            "org.apereo.cas.services.RegexRegisteredService",
      "serviceId" :         "^http://192.168.0.112/cas-management/.*",
      "name" :              "CAS Services Management",
      "id" :                1560930209,
      "description" : "CAS services management webapp",
      "evaluationOrder" : 5500
      "allowedAttributes":["cn","mail"]
    }

谢谢 最好的问候

0 个答案:

没有答案