Jboss Application server version 4.x to Jboss Application server version 5.x migration steps
This document is guide for upgrading JBoss Application Server version 4.x to JBoss Application Server 5.x.
I'm sharing here my experience while doing migration from jboss 4 to jboss 5.
Below mentioned Steps we are implemented while doing migration from jboss 4 to jboss 5.
- Check Jboss Structure.
- Create checklist of jar files.
- Keep only application specific jar files in your application.
- Check version of jar files like servlet.jar.
- Jar file details with version numbers.
- Remove Unwanted JAR Files which are conflicting with jboss 5.
- Move common files under JBOSS_HOME/common/lib
References :
- Jboss Community Upgrade Guide - JBoss 4 to 5 @ https://community.jboss.org/message/757106
- D-Zone @ http://java.dzone.com/articles/migrating-jboss-4-jboss-5
- Migrating-your-application-jboss-4x-jboss-5x @ migrating-your-application-jboss-4x-jboss-5x
No comments:
Post a Comment