Within my service I have an mbean which is accessed by my war file. How do I ensure that the war file is deployed and started after the service?
Asked
Active
Viewed 309 times
1
-
Are these all part of an EAR, or deployed individually? – skaffman Apr 03 '10 at 11:14
-
Currently these are deployed individually but I can change how I deploy. – pillingworth Apr 08 '10 at 08:20
1 Answers
2
If the service is deployed as a sar, then you don't have to do anything. sar's are deployed before war's.

Lloyd Meinholz
- 2,580
- 1
- 22
- 20
-
You're right - I had tried this but because of a silly bug elsewhere it looked like it wasn't working. Thanks. – pillingworth Apr 09 '10 at 08:17