Rate This Document
Findability
Accuracy
Completeness
Readability

Migrating from Tomcat to AAS9

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

    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 AAS9 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 domains/mydomain/config directory under the directory where the AAS9 installation package is decompressed and edit the vm.option file.
    1. Open the vm.option file.
      1
      vi vm.option
      
    2. Press i to enter the insert mode and add the following content to the end of the file:
      1
      com.apusic.webtool.allowHosts=*
      
    3. Press Esc, type :wq!, and press Enter to save the file and exit.
  6. Go to the domains/mydomain/bin directory in the path where the AAS9 installation package is decompressed and run the following command to start the AAS service:
    1
    ./startapusic
    
  7. Log in to AAS9 at http://IP_address:6888/admin/protect.