Journey Manager (JM) The transaction engine for the platform. | System Manager / DevOps | All versions This feature is related to all versions.
Every time you upgrade a Manager server, you should also upgrade form spaces hosted on that server instance, so each form space you have configured in your environment will have a version number which matches the version of Manager you have upgraded to.
While the form spaces may continue to work without the upgrade, important security updates and new features may not be available to them. This can have detrimental effect on your application performance as well security scans, which might find raise issues because the form space mark-up has not been merged with the new mark-up of the latest product.
The most important thing when upgrading a form space is that you want to replace the old form space with a new one and maintain the existing forms and user relationships within Manager, so the forms continue to render and work as expected. To achieve this, you should follow several simple recommendations listed below:
db-config1.xml file of a portal element, for example, a portal name is testPortal, if you are manually building a form space.Depending on the content hosted by form spaces, the upgrade process can be one of the following:
The Manager installer automatically upgrades the default form spaces, such as Workspaces (tm-workspaces.war), Web Plug-in and so on, but you have to rebuild any other form spaces manually.
For an environment that has content only form spaces, which are not custom Java spaces, this is a relatively simple process. A content only form space contains the base page mark-up, which is used in Manager by the page and resource merging facilities. If the WAR file is not rebuilt to represent the Manager version you are upgrading to, then you will not see any changes to the mark-up that have been made as part of the product upgrade. These may include new features and bug fixes or security patches.
The custom form spaces with content only spaces are upgraded simply by running the Manager installer used in the server upgrade. You can use a menu selection to provide the name of the form space and its context path as input.
Custom Java Spaces are more complex and the form spaces need to be manually prepared and the code level customization need to be merged into a clean Java Space for the version of Manager you are upgrading to. This can be a complex and time consuming activity, so we recommend you involve a form space developer tor help you re-build the form space.
Merging form and pages styles and mark-up is an important step which you may need to do to upgrade your form space. However, tt can be time consuming, especially if the styles or mark-up have been significantly changed from the standard product's set. Depending on where the styles and mark-ups are, you have the following options:
This will replace all styles cached in the Manager database.
You usually need a developer if the original form space was customized. When the form space assets ZIP file is imported, it can bring with it some legacy code that ignores or misuses feature and security upgrades. Resolving this requires a manual review, so you need to do the following:
Next, learn how to a configure form space email template.