Migrating from Tomcat to AAS10
- Obtain the installation packages and installation methods of Kingdee and AAS10.
- Decompress the Kingdee migration tool package migration.zip and AAS10 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 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 - Visit http://IP_address:6848 to go to the AAS10 login page.
Parent topic: Middleware Migration Guide