Веб-приложение управления CAS не запускается - PullRequest
0 голосов
/ 21 июня 2019

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"]
    }

Спасибо, С наилучшими пожеланиями

...