Reputation: 15564
I'm trying to deploy my application in JBoss AS 6
. Currently it is deployed in JBoss version 4
.
So what are the things I need to consider when doing this?
Any help will be highly appreciated. Thanks.
Upvotes: 1
Views: 3421
Reputation: 14061
You're talking about two major versions change, so, expect a lot of things to happen. Some steps that might be helpful:
One last comment: you might want to consider migrating to JBoss EAP 6, which is JBoss AS 7, or even migrating to Wildfly 8 (the successor of JBoss AS 7).
Upvotes: 1