Deployments - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

Deployment - App Server:

  • tomcat/shared/classes/alfresco/extension/subsystems/{category}/{type} - extension properties and Spring Beans
  • The Java class implementation does not lend itself very well to be directly deployed directly to the application server. Use a repository AMP SDK project instead, see below.

Deployment All-in-One SDK project:

  • aio/platform-jar/src/main/resources/alfresco/subsystems/{category}/{type} - extension component properties and Spring Beans
  • aio/platform-jar/src/main/java/{custom package path} - extension implementation classes