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

StackOverflow https://stackoverflow.com/questions/4755390

  •  15-10-2019
  •  | 
  •  

문제

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...)

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top