Create a custom service
"Fabrice Marchon" <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! I am trying to create a custom sso service, but when Jahia is starting, my custom service does not start automatically. My custom service extends the JahiaInitializableService class, I have defined a valid init() method and I have added it to the services list into the jahia.properties file like that: ShibbolethSSOService = org.jahia.services.sso.ShibbolethSSOService Is there another way to do it ? My jahia version is the 4.1.1. Fabrice Marchon