AlfaTeK
AlfaTeK

Reputation: 7775

In JBoss 4.2.3 is there any way to change the order that EARDeployer loads/deploys the various .ear files?

I have 3 ear files and I want to control the order they are loaded. Any configuration that I can do to achieve this? (no, I don't want to rename my ears 1.ear 2.ear, etc...)

Upvotes: 3

Views: 715

Answers (1)

stacker
stacker

Reputation: 69002

See the section Deployment Sorter you can choose between EnhancedSuffixOrder and PrefixDeploymentOrder.

Upvotes: 1

Related Questions