To install Alfresco Digital Workspace into Tomcat, you first need to install Alfresco Content Services 6.2 or above using the distribution zip. See Installing using distribution zip for more information.
-
Log in to Hyland Community.
-
Go to Product downloads and select Alfresco Digital Workspace.
-
Download
alfresco-digital-workspace-x.x.x.warfor the required version.alfresco-digital-workspace-x.x.x.waris the file name followed by the version of Alfresco Digital Workspace, for examplealfresco-digital-workspace-1.5.0.war. -
On the server that will host Alfresco Digital Workspace move the
alfresco-digital-workspace-x.x.x.warfile to the<TOMCAT_HOME>/webappsfolder.Note: Tomcat extracts the files automatically.
-
Browse the extracted
alfresco-digital-workspace-x.x.xdirectory and open theapp.config.jsonfile in a text editor. -
Edit the
app.config.jsonfile and change theecmHostproperty to be the same as your Alfresco Content Services server and allocated port. For example:http://<acsservername>:port -
Also in the
app.config.jsonfile, change the baseShareUrl property to be the same as your Alfresco Digital Workspace server and allocated port. For example:http://<appservername>:port/alfresco-digital-workspace-x.x.x(alfresco-digital-workspace-x.x.xbeing the name of the WAR file)Note: If Quickshare is disabled in Alfresco Content Services ignore this step.
To disable Quickshare, set
system.quickshare.enabled=falsein the\tomcat\shared\classes\alfresco-global.propertiesfile.For more information, see Using the alfresco-global.properties file.
-
Save the file.
-
Open your browser and access Alfresco Digital Workspace:
http://<appservername>:8080/alfresco-digital-workspace-x.x.x