Rate This Document
Findability
Accuracy
Completeness
Readability

Migrating from Tomcat to AAS10

  1. Obtain the installation packages and installation methods of Kingdee and AAS10.

    Visit the Kingdee Cloud Community to obtain documents and help or send an email to support@apusic.com.

  2. Decompress the Kingdee migration tool package migration.zip and AAS10 installation package.
  3. Go to the conf directory of the Kingdee migration tool and edit the conf.properties file.
    1. Open the conf.properties file.
      1
      vi conf.properties
      
    2. Press i to enter the insert mode and modify the following configuration items.
      server_home=/opt
      install_home=Absolute_path_for_installing_Kingdee
    3. Press Esc, type :wq!, and press Enter to save the file and exit.
  4. Go to the bin directory of the Kingdee migration tool and analyze the configuration to be migrated.
    1
    2
    chmod 755 migrate;
    ./migrate analyse
    
    Start the migration.
    1
    ./migrate install
    
  5. Go to the bin directory in the path where the AAS10 installation package is decompressed and run the following command to start the AAS service:
    1
    ./asadmin start-domain
    
  6. Visit http://IP_address:6848 to go to the AAS10 login page.