Migrating from Tomcat to AAS9
- Obtain the installation packages and installation methods of Kingdee and AAS9.
- Decompress the Kingdee migration tool package migration.zip and AAS9 installation package.
- Go to the conf directory of the Kingdee migration tool and edit the conf.properties file.
- Open the conf.properties file.
1vi conf.properties - Press i to enter the insert mode and modify the following configuration items.
server_home=/opt install_home=Absolute_path_for_installing_Kingdee
- Press Esc, type :wq!, and press Enter to save the file and exit.
- Open the conf.properties file.
- 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 - Go to the domains/mydomain/config directory under the directory where the AAS9 installation package is decompressed and edit the vm.option file.
- Open the vm.option file.
1vi vm.option - Press i to enter the insert mode and add the following content to the end of the file:
1com.apusic.webtool.allowHosts=* - Press Esc, type :wq!, and press Enter to save the file and exit.
- Open the vm.option file.
- 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
- Log in to AAS9 at http://IP_address:6888/admin/protect.
Parent topic: Middleware Migration Guide