Sun Application Server Startup Command: /opt/SUNWappserver/bin/asadmin start-domain --domaindir /opt/SUNWappserver/domains --user admin

Thursday, May 25, 2006

Migration db from Production to Local

- Export data from production (configuration is from "property" file)to local though SQL Server/import
- Export data to cache ant -f migration.xml save-export
- Commit export-data.zip to CVS

To import into database use ant -Denvironment=qa migrate-db-cached

No comments: