I want to be able to install the same ear file multiple times with different context roots. This is so I can have PRODUCTION, TEST, TRAINING environments etc.
Under websphere I remember it used to ask you for the context root in the console as you deploy it. I can't see the equivalent in jboss.
How do you specify the context root of an ear file at deploy time?