You can install Process Workspace using a
Web Application Archive (WAR) file or by deploying the files manually into your web
container.
To install Process Workspace from a
WAR file, visit the support portal and download
the latest version of process-workspace.war.
Move the process-workspace.war file into your web container and restart the server.
Using Tomcat as an example, this would be the /webapps folder.
Alternatively, you can manually deploy Process Workspace into your web container using the following steps:
-
Download the latest supported version of Process Workspace from
artifacts.alfresco.com.
Note: Located in the activiti-enterprise-releases repository under /com/alfresco/alfresco-process-services-workspace.
- Unzip the .tgz file.
-
Move the dist folder contained in the unzipped folder into your
web container.
Note: For Tomcat this is the /webapps folder.
- Restart your web server.
Important: Note that the URL for Process Workspace will be
generated from the name of the folder you deploy into your web container. To change this:
- Rename the folder in your preferred development environment (IDE).
- Restart your web server.
- Navigate to Process Workspace in a browser using the format: http://{host}:{port}/{folder-name}