Journey Manager (JM) The transaction engine for the platform. | System Manager / DevOps | 18.11 This feature was updated in 18.11.
Manager allows administrators to create form spaces using the Journey Manager installer, which also performs string substitutions on the context path and form space name into the portal files. Each WAR file must have a unique context path per Manager environment, such as DEV, UAT, or PROD.
It's not recommended to create a copy of an existing form space WAR file as it can result in deployment issues, if all the required substitutions are not done. If the form space copy has resulted in two WAR files with the same context, the J2EE application server will only deploy one WAR file.
To create a form space:
Avoka-TM-Setup.jar
file.Do not use the ampersand (&) character in the form space name.
https://{Server Domain Name}/{context path}
. It's the base path to access the Web Application Archive WAR file. If the URL is https://creativewave.transactcentral.com/cwf
, the context path will be cwf
. In this case, the Manager URL will be https://creativewave.transactcentral.com/manager
.
The context path must be unique per environment. Do not use the ampersand (&) character in the context path.
C:\avoka-tm-custom-work-space
directory on a Windows PC.
If you are creating several form spaces, it's recommended to create a unique installation directory, for example, C:\avoka-tm-custom-work-space-cwf.
deploy
directory created in your installation directory, for example, C:\avoka-tm-custom-work-space-cwf\deploy\avoke-sf-portal-cwf.war
.readmy.html
file, located in the installation directory, for example, C:\avoka-tm-custom-work-space-cwf\readme.html, to check how to use the form space.Next, learn how to configure form space properties.