Application migration to WebLogic 10.3.X from 8.1
Here are some of the things that need to be considered for migrating applications from WebLogic 8.1 to WebLogic 10.3.x.
- Upgrade deployment descriptors (using DDupgrade tool)
- Split large jsp files (using jsp include)
- Change directory paths in command line apps, batch jobs and cron jobs to reflect new WL directories
- Refactor build scripts to use api.jar/weblogic.jar
- Change hard-coded directory paths to old WebLogic server jars
- Deployment plans
- WLST scripts
- Change to datasources from connections pools
- Upgrade DB drivers
0