Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section lists the prerequisites and explains how to apply the patch on Windows-based and Linux-based operating systems.

...

    • In case, any other database is used as the backend database, you need to follow the backup instructions given by that Database Server. To know, which database is used as the back end database, refer to Appendix A: Identify Backend Database.  
  • Take backup of the following files:
    • web.xml file located at <ConnectServerInstallFolder>.../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/web/WEB-INF.
    • jetty.xml file located at<ConnectServerInstallFolder> .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/etc/jetty.

    • webdefault.xml file located at<ConnectServerInstallFolder> .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/web/WEB-INF.
    • launcher.properties file located atAdeptiaServer/ServerKernel/ <ConnectServerInstallFolder>/ ...<AdeptiaInstallFolder>\AdeptiaServer\ServerKernel\etc.
  • Ensure that you have followed the Prerequisites' instructions given on the Installing Adeptia Suite page.

...

Changes in web.xml.

  1. Copy the web.xml file from patch location, and paste it at …<ConnectServerInstallFolder>.../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/web/WEB-INF location replacing the existing one.
  2. Open the copied file and replicate the manual changes that you may have done in your previous web.xml file (that you had saved as a backup).
  3. Save the file.

Changes in jetty.xml

  1. Copy the jetty.xml file from patch location, and paste it at …<ConnectServerInstallFolder>.../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/etc/jetty location replacing the existing one.
  2. Open the copied file and replicate the manual changes that you may have done in your previous jetty.xml file (that you had saved as a backup).
  3. Save the file.

Changes in webdefault.xml

  1. Copy the webdefault.xml file from patch location, and paste it at …<ConnectServerInstallFolder>.../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/web/WEB-INF l location replacing the existing one.
  2. Open the copied file and replicate the manual changes that you may have done in your previous webdefault.xml file (that you had saved as a backup).
  3. Save the file.

Changes in launcher.properties

  1. Copy the launcher.properties_Server file from patch location, and paste it at <ConnectServerInstallFolder>/AdeptiaServer/ServerKernel/  ...<AdeptiaInstallFolder>\AdeptiaServer\ServerKernel\etc location.
  2. Rename the copied launcher.properties_Server file to launcher.properties.
  3. Open the copied file and replicate the manual changes that you may have done in your previous launcher.properties file (that you had saved as a backup).
  4. Save the file.

...