Using Apache Tomcat v10.0.x for IBM Daeja ViewONE Virtual

Migrate the compressed (JARS) files to make IBM® Daeja® ViewONE Virtual to work on Apache Tomcat 10.0.x versions.

About this task

The Java package used by the specification APIs that are changed from javax to Jakarta.

Follow the migration method 1 or method 2:

Method 1

Procedure

  1. Download Jakarta migration tool from https://archive.apache.org/dist/tomcat/jakartaee-migration/v1.0.0/binaries/ and extract it to C:\Migration_tool.
  2. Copy Daeja ViewONE server compressed (JARS) (jiserver.jar, jiserver-external.jar, jiserver-resources-*.jar) files into C:/Daeja_source.
  3. Migrate compressed (JARS) files with the following command:
    java -jar C:\Migration_tool\jakartaee-migration-1.0.0.jar C:\Daeja_source C:\Daeja_destination
    Migration process can take some time to finish.
  4. Look for entry, Migration completed successfully in <time taken> milliseconds.
  5. Ensure all compressed (JARS) files are migrated to C:\Daeja_destination.
  6. Deploy migrated compressed (JARS) files available in C:\Daeja_destination to your Apache Tomcat 10 Viewer application.

Method 2

Procedure

  1. Ensure that Apache Tomcat 10.0.x server is stopped.
  2. Deploy Viewer web application to <Tomcat 10 path >\webapps-javaee\ (Create "webapps-javaee" if not available).
  3. Start Apache Tomcat 10 application server and wait for Application to migrate to <Tomcat 10 path>\webapps.
  4. Start migrated viewer application in Tomcat 10.0.x.